Shades of Psychedelic Purple #CD15E8
Tints of Psychedelic Purple #CD15E8
RGB
CMYK
RGB Variations
Color information
#CD15E8 (or 0xCD15E8) is known color: Psychedelic Purple. HEX triplet: CD, 15 and E8. RGB value is (205,21,232). Sum of RGB (Red+Green+Blue) = 205+21+232=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 232 (91.02% from 255 or 50.66% from 458); Max value from RGB is 232 - color contains mainly: blue. Hex color #CD15E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD15E8 is #32EA17. Grayscale: #636363. Windows color (decimal): -3336728 or 15209933. OLE color: 15209933.
HSL color Cylindrical-coordinate representation of color #CD15E8: hue angle of 292.32º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD15E8 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 21 | 232 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.09 |
| HSL | 292.32º | 0.83% | 0.5% | - |
| HSV(B) | 292.32º | 0.91% | 0.91% | - |
| XYZ | 40.01 | 19.34 | 77.97 | - |
| YUV | 100.07 | 202.46 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 232 | 0.12 | 0.91 | 0 | 0.09 | 292.32 | 0.83 | 0.5 |
| Hex | CD | 15 | E8 | C | 5B | 0 | 9 | 124 | 53 | 32 |
| Octal | 315 | 25 | 350 | 14 | 133 | 0 | 11 | 444 | 123 | 62 |
| Binary | 11001101 | 10101 | 11101000 | 1100 | 1011011 | 0 | 1001 | 100100100 | 1010011 | 110010 |
Color Harmonies of #CD15E8
Complementary color
Monochromatic Colors of #CD15E8
Black with #CD15E8
Text Example
Text Example
White with #CD15E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD15E8; }
p { color: rgb(205,21,232); }
H1.HeaderClassName
{
color: #CD15E8;
}
.AnyTagClassName
{
color: #CD15E8;
}
</style>
background-color css
<style>
a { background-color: #CD15E8; }
a { background-color: rgb(205,21,232); }
div.DivClassName
{
background-color: #CD15E8;
}
.BgClassName
{
background-color: #CD15E8;
}
</style>
border-color css
<style>
span { border-color: #CD15E8; }
span { border-color: rgb(205,21,232); }
td.TdClassName
{
border-color: #CD15E8;
}
.TagClassName
{
border-color: #CD15E8;
}
</style>