#C549F0
A light, vivid purple closely aligning with Darkorchid.
About #C549F0
Visually, #C549F0 is defined as a vivid purple. Its closest recognized web color is Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 73, and 240.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 18% cyan, 70% magenta, 0% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#C549F0
RGB197, 73, 240
HSL284.6°, 84.8%, 61.4%
CMYK18%, 70%, 0%, 6%
HSV284.6°, 69.6%, 94.1%
LAB55.0, 72.2, -61.5
XYZ41.1, 22.9, 84.7
Decimal12929520
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.76:1
Text on #FFFFFF
AA Large
5.59:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C549F0;
}
.text-color {
color: #C549F0;
}
.border-color {
border: 2px solid #C549F0;
}