Shades of Psychedelic Purple #D10CEC
Tints of Psychedelic Purple #D10CEC
RGB
CMYK
RGB Variations
Color information
#D10CEC (or 0xD10CEC) is known color: Psychedelic Purple. HEX triplet: D1, 0C and EC. RGB value is (209,12,236). Sum of RGB (Red+Green+Blue) = 209+12+236=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 12 (5.08% from 255 or 2.63% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #D10CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10CEC is #2EF313. Grayscale: #5F5F5F. Windows color (decimal): -3076884 or 15469777. OLE color: 15469777.
HSL color Cylindrical-coordinate representation of color #D10CEC: hue angle of 292.77º 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 #D10CEC is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 12 | 236 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.07 |
| HSL | 292.77º | 0.9% | 0.49% | - |
| HSV(B) | 292.77º | 0.95% | 0.93% | - |
| XYZ | 41.57 | 19.87 | 81 | - |
| YUV | 96.44 | 206.77 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 236 | 0.11 | 0.95 | 0 | 0.07 | 292.77 | 0.9 | 0.49 |
| Hex | D1 | C | EC | B | 5F | 0 | 7 | 125 | 5A | 31 |
| Octal | 321 | 14 | 354 | 13 | 137 | 0 | 7 | 445 | 132 | 61 |
| Binary | 11010001 | 1100 | 11101100 | 1011 | 1011111 | 0 | 111 | 100100101 | 1011010 | 110001 |
Color Harmonies of #D10CEC
Complementary color
Monochromatic Colors of #D10CEC
Black with #D10CEC
Text Example
Text Example
White with #D10CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CEC; }
p { color: rgb(209,12,236); }
H1.HeaderClassName
{
color: #D10CEC;
}
.AnyTagClassName
{
color: #D10CEC;
}
</style>
background-color css
<style>
a { background-color: #D10CEC; }
a { background-color: rgb(209,12,236); }
div.DivClassName
{
background-color: #D10CEC;
}
.BgClassName
{
background-color: #D10CEC;
}
</style>
border-color css
<style>
span { border-color: #D10CEC; }
span { border-color: rgb(209,12,236); }
td.TdClassName
{
border-color: #D10CEC;
}
.TagClassName
{
border-color: #D10CEC;
}
</style>