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

Sample Text
This is how text may look on this color.
Best text color: #000000
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.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Vivid Orchid
#CC00FF Base
#33FF00
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Vivid Orchid
#CC00FF Base
#4D00FF
#FF00B3
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Vivid Orchid
#CC00FF Base
#00FFCC
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Vivid Orchid
#CC00FF Base
#B3FF00
#00FF4D
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Vivid Orchid
#CC00FF Base
#FF4D00
#33FF00
#00B3FF
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Vivid Orchid
#CC00FF Base
#520066
#8F00B3
#AB00D6
#D429FF
#DB4DFF
#EB99FF
Shades & Tints

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
Vivid Orchid #CC00FF Base
#D52EFF
#DE5CFF
#E88AFF
#F1B8FF
#FAE6FF
CSS & SCSS Snippets

Ready-to-use code snippets for #CC00FF. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #CC00FF;
}

/* Text */
.element {
    color: #CC00FF;
}

/* Border */
.element {
    border: 1px solid #CC00FF;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #CC00FF,
        #FFFFFF
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #CC00FF,
        #FFFFFF
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Vivid Orchid appears to people with different types of color vision deficiency.

Normal Vision #CC00FF How the color appears with full color vision.
Deuteranopia #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.
Protanopia #4949FF Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #B66464 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #7C7C7C Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Vivid Orchid ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Vivid Orchid #CC00FF Base
Electric Purple #BF00FF ΔE 2.45
Psychedelic Purple #DF00FF ΔE 3.58
Vivid Mulberry #B80CE3 ΔE 5.27
Deep Magenta #CC00CC ΔE 7.07

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.