Shades of Psychedelic Purple #D10CF0
Tints of Psychedelic Purple #D10CF0
RGB
CMYK
RGB Variations
Color information
#D10CF0 (or 0xD10CF0) is known color: Psychedelic Purple. HEX triplet: D1, 0C and F0. RGB value is (209,12,240). Sum of RGB (Red+Green+Blue) = 209+12+240=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 12 (5.08% from 255 or 2.60% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #D10CF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10CF0 is #2EF30F. Grayscale: #606060. Windows color (decimal): -3076880 or 15731921. OLE color: 15731921.
HSL color Cylindrical-coordinate representation of color #D10CF0: hue angle of 291.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10CF0 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 12 | 240 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.06 |
| HSL | 291.84º | 0.9% | 0.49% | - |
| HSV(B) | 291.84º | 0.95% | 0.94% | - |
| XYZ | 42.15 | 20.11 | 84.1 | - |
| YUV | 96.9 | 208.77 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 240 | 0.13 | 0.95 | 0 | 0.06 | 291.84 | 0.9 | 0.49 |
| Hex | D1 | C | F0 | D | 5F | 0 | 6 | 124 | 5A | 31 |
| Octal | 321 | 14 | 360 | 15 | 137 | 0 | 6 | 444 | 132 | 61 |
| Binary | 11010001 | 1100 | 11110000 | 1101 | 1011111 | 0 | 110 | 100100100 | 1011010 | 110001 |
Color Harmonies of #D10CF0
Complementary color
Monochromatic Colors of #D10CF0
Black with #D10CF0
Text Example
Text Example
White with #D10CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CF0; }
p { color: rgb(209,12,240); }
H1.HeaderClassName
{
color: #D10CF0;
}
.AnyTagClassName
{
color: #D10CF0;
}
</style>
background-color css
<style>
a { background-color: #D10CF0; }
a { background-color: rgb(209,12,240); }
div.DivClassName
{
background-color: #D10CF0;
}
.BgClassName
{
background-color: #D10CF0;
}
</style>
border-color css
<style>
span { border-color: #D10CF0; }
span { border-color: rgb(209,12,240); }
td.TdClassName
{
border-color: #D10CF0;
}
.TagClassName
{
border-color: #D10CF0;
}
</style>