#CC75FF
A light, vivid purple closely aligning with Mediumorchid.
About #CC75FF
The hex code #CC75FF represents a beautifully specific shade of purple. Its closest recognized web color is Mediumorchid. This translates to an RGB value of rgb(204, 117, 255).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 20% cyan, 54% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC75FF
RGB204, 117, 255
HSL277.8°, 100.0%, 72.9%
CMYK20%, 54%, 0%, 0%
HSV277.8°, 54.1%, 100.0%
LAB64.0, 57.0, -55.4
XYZ49.3, 32.8, 98.3
Decimal13399551
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.78:1
Text on #FFFFFF
FAIL
7.56:1
Text on #000000
AAA
2.66:1
Text on #F8FAFC
FAIL
6.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC75FF;
}
.text-color {
color: #CC75FF;
}
.border-color {
border: 2px solid #CC75FF;
}