Shades of Psychedelic Purple #CD0CEE
Tints of Psychedelic Purple #CD0CEE
RGB
CMYK
RGB Variations
Color information
#CD0CEE (or 0xCD0CEE) is known color: Psychedelic Purple. HEX triplet: CD, 0C and EE. RGB value is (205,12,238). Sum of RGB (Red+Green+Blue) = 205+12+238=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD0CEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD0CEE is #32F311. Grayscale: #5E5E5E. Windows color (decimal): -3339026 or 15600845. OLE color: 15600845.
HSL color Cylindrical-coordinate representation of color #CD0CEE: hue angle of 291.24º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0CEE is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 12 | 238 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.07 |
| HSL | 291.24º | 0.9% | 0.49% | - |
| HSV(B) | 291.24º | 0.95% | 0.93% | - |
| XYZ | 40.74 | 19.42 | 82.49 | - |
| YUV | 95.47 | 208.44 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 238 | 0.14 | 0.95 | 0 | 0.07 | 291.24 | 0.9 | 0.49 |
| Hex | CD | C | EE | E | 5F | 0 | 7 | 123 | 5A | 31 |
| Octal | 315 | 14 | 356 | 16 | 137 | 0 | 7 | 443 | 132 | 61 |
| Binary | 11001101 | 1100 | 11101110 | 1110 | 1011111 | 0 | 111 | 100100011 | 1011010 | 110001 |
Color Harmonies of #CD0CEE
Complementary color
Monochromatic Colors of #CD0CEE
Black with #CD0CEE
Text Example
Text Example
White with #CD0CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0CEE; }
p { color: rgb(205,12,238); }
H1.HeaderClassName
{
color: #CD0CEE;
}
.AnyTagClassName
{
color: #CD0CEE;
}
</style>
background-color css
<style>
a { background-color: #CD0CEE; }
a { background-color: rgb(205,12,238); }
div.DivClassName
{
background-color: #CD0CEE;
}
.BgClassName
{
background-color: #CD0CEE;
}
</style>
border-color css
<style>
span { border-color: #CD0CEE; }
span { border-color: rgb(205,12,238); }
td.TdClassName
{
border-color: #CD0CEE;
}
.TagClassName
{
border-color: #CD0CEE;
}
</style>