#CC7CE9
A light, vivid purple closely aligning with Orchid.
About #CC7CE9
At its core, #CC7CE9 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 124, and 233.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 12% cyan and 47% magenta inks. With a hue angle of 284.0 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC7CE9
RGB204, 124, 233
HSL284.0°, 71.2%, 70.0%
CMYK12%, 47%, 0%, 9%
HSV284.0°, 46.8%, 91.4%
LAB64.3, 48.9, -42.8
XYZ46.8, 33.1, 81.0
Decimal13401321
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.63:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7CE9;
}
.text-color {
color: #CC7CE9;
}
.border-color {
border: 2px solid #CC7CE9;
}