Shades of Psychedelic Purple #CD0CED
Tints of Psychedelic Purple #CD0CED
RGB
CMYK
RGB Variations
Color information
#CD0CED (or 0xCD0CED) is known color: Psychedelic Purple. HEX triplet: CD, 0C and ED. RGB value is (205,12,237). Sum of RGB (Red+Green+Blue) = 205+12+237=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD0CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD0CED is #32F312. Grayscale: #5E5E5E. Windows color (decimal): -3339027 or 15535309. OLE color: 15535309.
HSL color Cylindrical-coordinate representation of color #CD0CED: hue angle of 291.47º 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 #CD0CED is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 12 | 237 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.07 |
| HSL | 291.47º | 0.9% | 0.49% | - |
| HSV(B) | 291.47º | 0.95% | 0.93% | - |
| XYZ | 40.59 | 19.36 | 81.72 | - |
| YUV | 95.36 | 207.94 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 237 | 0.14 | 0.95 | 0 | 0.07 | 291.47 | 0.9 | 0.49 |
| Hex | CD | C | ED | E | 5F | 0 | 7 | 123 | 5A | 31 |
| Octal | 315 | 14 | 355 | 16 | 137 | 0 | 7 | 443 | 132 | 61 |
| Binary | 11001101 | 1100 | 11101101 | 1110 | 1011111 | 0 | 111 | 100100011 | 1011010 | 110001 |
Color Harmonies of #CD0CED
Complementary color
Monochromatic Colors of #CD0CED
Black with #CD0CED
Text Example
Text Example
White with #CD0CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0CED; }
p { color: rgb(205,12,237); }
H1.HeaderClassName
{
color: #CD0CED;
}
.AnyTagClassName
{
color: #CD0CED;
}
</style>
background-color css
<style>
a { background-color: #CD0CED; }
a { background-color: rgb(205,12,237); }
div.DivClassName
{
background-color: #CD0CED;
}
.BgClassName
{
background-color: #CD0CED;
}
</style>
border-color css
<style>
span { border-color: #CD0CED; }
span { border-color: rgb(205,12,237); }
td.TdClassName
{
border-color: #CD0CED;
}
.TagClassName
{
border-color: #CD0CED;
}
</style>