#CC7CCC
A light, moderate magenta closely aligning with Orchid.
About #CC7CCC
At its core, #CC7CCC is a light and moderate hue. Its closest recognized web color is Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 124, and 204.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 39% magenta inks. The HSL representation is 300.0° hue, 44.0% saturation, and 64.3% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC7CCC
RGB204, 124, 204
HSL300.0°, 44.0%, 64.3%
CMYK0%, 39%, 0%, 20%
HSV300.0°, 39.2%, 80.0%
LAB63.0, 43.3, -28.6
XYZ43.0, 31.6, 61.0
Decimal13401292
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.87:1
Text on #FFFFFF
FAIL
7.32:1
Text on #000000
AAA
2.74:1
Text on #F8FAFC
FAIL
6.22:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7CCC;
}
.text-color {
color: #CC7CCC;
}
.border-color {
border: 2px solid #CC7CCC;
}