Shades of Psychedelic Purple #D01CEC
Tints of Psychedelic Purple #D01CEC
RGB
CMYK
RGB Variations
Color information
#D01CEC (or 0xD01CEC) is known color: Psychedelic Purple. HEX triplet: D0, 1C and EC. RGB value is (208,28,236). Sum of RGB (Red+Green+Blue) = 208+28+236=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #D01CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01CEC is #2FE313. Grayscale: #686868. Windows color (decimal): -3138324 or 15473872. OLE color: 15473872.
HSL color Cylindrical-coordinate representation of color #D01CEC: hue angle of 291.92º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01CEC is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 28 | 236 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.07 |
| HSL | 291.92º | 0.85% | 0.52% | - |
| HSV(B) | 291.92º | 0.88% | 0.93% | - |
| XYZ | 41.57 | 20.3 | 81.08 | - |
| YUV | 105.53 | 201.63 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 236 | 0.12 | 0.88 | 0 | 0.07 | 291.92 | 0.85 | 0.52 |
| Hex | D0 | 1C | EC | C | 58 | 0 | 7 | 124 | 55 | 34 |
| Octal | 320 | 34 | 354 | 14 | 130 | 0 | 7 | 444 | 125 | 64 |
| Binary | 11010000 | 11100 | 11101100 | 1100 | 1011000 | 0 | 111 | 100100100 | 1010101 | 110100 |
Color Harmonies of #D01CEC
Complementary color
Monochromatic Colors of #D01CEC
Black with #D01CEC
Text Example
Text Example
White with #D01CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CEC; }
p { color: rgb(208,28,236); }
H1.HeaderClassName
{
color: #D01CEC;
}
.AnyTagClassName
{
color: #D01CEC;
}
</style>
background-color css
<style>
a { background-color: #D01CEC; }
a { background-color: rgb(208,28,236); }
div.DivClassName
{
background-color: #D01CEC;
}
.BgClassName
{
background-color: #D01CEC;
}
</style>
border-color css
<style>
span { border-color: #D01CEC; }
span { border-color: rgb(208,28,236); }
td.TdClassName
{
border-color: #D01CEC;
}
.TagClassName
{
border-color: #D01CEC;
}
</style>