Vivid Orchid (#CC00FF)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 4.19:1 — vs black: 5.01:1
Color values
-
HEX
#CC00FF -
RGB
rgb(204, 0, 255) -
HSL
hsl(288, 100%, 100%) -
CMYK
cmyk( 20, 100, 0, 0 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #CC00FF based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#CC00FF
Base
#33FF00
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#CC00FF
Base
#4D00FF
#FF00B3
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
Two colors flanking the complement — high contrast with less tension than full complementary.
#CC00FF
Base
#B3FF00
#00FF4D
Four colors at 90° intervals — rich variety, best when one color dominates.
#CC00FF
Base
#FF4D00
#33FF00
#00B3FF
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#CC00FF
Base
#520066
#8F00B3
#AB00D6
#D429FF
#DB4DFF
#EB99FF
Darker shades and lighter tints of Vivid Orchid, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#14001A
#390047
#5E0075
#8300A3
#A700D1
#CC00FF
Base
#D52EFF
#DE5CFF
#E88AFF
#F1B8FF
#FAE6FF
Ready-to-use code snippets for #CC00FF. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #CC00FF;
}
/* Text */
.element {
color: #CC00FF;
}
/* Border */
.element {
border: 1px solid #CC00FF;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#CC00FF,
#FFFFFF
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#CC00FF,
#FFFFFF
);
}
// SCSS variable
$vivid-orchid: #CC00FF;
// With RGB channels (useful for rgba() usage)
$vivid-orchid-r: 204;
$vivid-orchid-g: 0;
$vivid-orchid-b: 255;
// Usage
.element {
background-color: $vivid-orchid;
color: rgba($vivid-orchid-r, $vivid-orchid-g, $vivid-orchid-b, 0.8);
}
How Vivid Orchid appears to people with different types of color vision deficiency.
#CC00FF
How the color appears with full color vision.
#7474FE
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#4949FF
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#B66464
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#7C7C7C
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.