#CC7CFF
A light, vivid purple closely aligning with Mediumorchid.
About #CC7CFF
Visually, #CC7CFF is defined as a vivid purple. Designers often compare it to the standard color Mediumorchid. In the RGB color space, it consists of 204 red, 124 green, and 255 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 20% C, 51% M, 0% Y, and 0% K. The HSL representation is 276.6° hue, 100.0% saturation, and 74.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC7CFF
RGB204, 124, 255
HSL276.6°, 100.0%, 74.3%
CMYK20%, 51%, 0%, 0%
HSV276.6°, 51.4%, 100.0%
LAB65.3, 53.5, -53.3
XYZ50.2, 34.5, 98.6
Decimal13401343
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.66:1
Text on #FFFFFF
FAIL
7.89:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7CFF;
}
.text-color {
color: #CC7CFF;
}
.border-color {
border: 2px solid #CC7CFF;
}