Shades of Psychedelic Purple #CD15EC
Tints of Psychedelic Purple #CD15EC
RGB
CMYK
RGB Variations
Color information
#CD15EC (or 0xCD15EC) is known color: Psychedelic Purple. HEX triplet: CD, 15 and EC. RGB value is (205,21,236). Sum of RGB (Red+Green+Blue) = 205+21+236=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD15EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD15EC is #32EA13. Grayscale: #636363. Windows color (decimal): -3336724 or 15472077. OLE color: 15472077.
HSL color Cylindrical-coordinate representation of color #CD15EC: hue angle of 291.35º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD15EC is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 21 | 236 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.07 |
| HSL | 291.35º | 0.85% | 0.5% | - |
| HSV(B) | 291.35º | 0.91% | 0.93% | - |
| XYZ | 40.59 | 19.57 | 81 | - |
| YUV | 100.53 | 204.46 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 236 | 0.13 | 0.91 | 0 | 0.07 | 291.35 | 0.85 | 0.5 |
| Hex | CD | 15 | EC | D | 5B | 0 | 7 | 123 | 55 | 32 |
| Octal | 315 | 25 | 354 | 15 | 133 | 0 | 7 | 443 | 125 | 62 |
| Binary | 11001101 | 10101 | 11101100 | 1101 | 1011011 | 0 | 111 | 100100011 | 1010101 | 110010 |
Color Harmonies of #CD15EC
Complementary color
Monochromatic Colors of #CD15EC
Black with #CD15EC
Text Example
Text Example
White with #CD15EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD15EC; }
p { color: rgb(205,21,236); }
H1.HeaderClassName
{
color: #CD15EC;
}
.AnyTagClassName
{
color: #CD15EC;
}
</style>
background-color css
<style>
a { background-color: #CD15EC; }
a { background-color: rgb(205,21,236); }
div.DivClassName
{
background-color: #CD15EC;
}
.BgClassName
{
background-color: #CD15EC;
}
</style>
border-color css
<style>
span { border-color: #CD15EC; }
span { border-color: rgb(205,21,236); }
td.TdClassName
{
border-color: #CD15EC;
}
.TagClassName
{
border-color: #CD15EC;
}
</style>