Shades of Psychedelic Purple #D10CFF
Tints of Psychedelic Purple #D10CFF
RGB
CMYK
RGB Variations
Color information
#D10CFF (or 0xD10CFF) is known color: Psychedelic Purple. HEX triplet: D1, 0C and FF. RGB value is (209,12,255). Sum of RGB (Red+Green+Blue) = 209+12+255=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 12 (5.08% from 255 or 2.52% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #D10CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10CFF is #2EF300. Grayscale: #616161. Windows color (decimal): -3076865 or 16714961. OLE color: 16714961.
HSL color Cylindrical-coordinate representation of color #D10CFF: hue angle of 288.64º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10CFF is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 12 | 255 | - |
| CMYK | 0.18 | 0.95 | 0 | 0 |
| HSL | 288.64º | 1% | 0.52% | - |
| HSV(B) | 288.64º | 0.95% | 1% | - |
| XYZ | 44.48 | 21.04 | 96.32 | - |
| YUV | 98.61 | 216.27 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 255 | 0.18 | 0.95 | 0 | 0 | 288.64 | 1 | 0.52 |
| Hex | D1 | C | FF | 12 | 5F | 0 | 0 | 121 | 64 | 34 |
| Octal | 321 | 14 | 377 | 22 | 137 | 0 | 0 | 441 | 144 | 64 |
| Binary | 11010001 | 1100 | 11111111 | 10010 | 1011111 | 0 | 0 | 100100001 | 1100100 | 110100 |
Color Harmonies of #D10CFF
Complementary color
Monochromatic Colors of #D10CFF
Black with #D10CFF
Text Example
Text Example
White with #D10CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CFF; }
p { color: rgb(209,12,255); }
H1.HeaderClassName
{
color: #D10CFF;
}
.AnyTagClassName
{
color: #D10CFF;
}
</style>
background-color css
<style>
a { background-color: #D10CFF; }
a { background-color: rgb(209,12,255); }
div.DivClassName
{
background-color: #D10CFF;
}
.BgClassName
{
background-color: #D10CFF;
}
</style>
border-color css
<style>
span { border-color: #D10CFF; }
span { border-color: rgb(209,12,255); }
td.TdClassName
{
border-color: #D10CFF;
}
.TagClassName
{
border-color: #D10CFF;
}
</style>