Color Converter
Convert colors between HEX, RGB, HSL, HSV, and CMYK formats with live preview
How to Use the Color Converter
The Color Converter allows you to convert colors between different formats used in web design, graphic design, and print. Simply select your input format, enter the color value, and get instant conversions to all supported formats.
Supported Formats:
- HEX: Hexadecimal color codes (e.g., #FF5733 or FF5733)
- RGB: Red, Green, Blue values (e.g., 255, 87, 51 or rgb(255, 87, 51))
- RGBA: RGB with alpha transparency (e.g., rgba(255, 87, 51, 1))
- HSL: Hue, Saturation, Lightness (e.g., 9, 78%, 60%)
- HSV: Hue, Saturation, Value (e.g., 9, 78%, 100%)
- CMYK: Cyan, Magenta, Yellow, Key/Black (e.g., 0%, 66%, 80%, 0%)
Example Usage:
To convert the color #FF5733 (a vibrant orange-red):
- Select HEX as the input format
- Enter #FF5733 in the color value field
- Click Convert
- View the color in all formats and copy the one you need
- HEX: #ff5733
- RGB: rgb(255, 87, 51)
- HSL: hsl(9, 78%, 60%)
- CMYK: cmyk(0%, 66%, 80%, 0%)