Shades of Psychedelic Purple #D207EC
Tints of Psychedelic Purple #D207EC
RGB
CMYK
RGB Variations
Color information
#D207EC (or 0xD207EC) is known color: Psychedelic Purple. HEX triplet: D2, 07 and EC. RGB value is (210,7,236). Sum of RGB (Red+Green+Blue) = 210+7+236=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 7 (3.12% from 255 or 1.55% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #D207EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D207EC is #2DF813. Grayscale: #5D5D5D. Windows color (decimal): -3012628 or 15468498. OLE color: 15468498.
HSL color Cylindrical-coordinate representation of color #D207EC: hue angle of 293.19º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D207EC is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 7 | 236 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.07 |
| HSL | 293.19º | 0.94% | 0.48% | - |
| HSV(B) | 293.19º | 0.97% | 0.93% | - |
| XYZ | 41.79 | 19.91 | 81 | - |
| YUV | 93.8 | 208.25 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 236 | 0.11 | 0.97 | 0 | 0.07 | 293.19 | 0.94 | 0.48 |
| Hex | D2 | 7 | EC | B | 61 | 0 | 7 | 125 | 5E | 30 |
| Octal | 322 | 7 | 354 | 13 | 141 | 0 | 7 | 445 | 136 | 60 |
| Binary | 11010010 | 111 | 11101100 | 1011 | 1100001 | 0 | 111 | 100100101 | 1011110 | 110000 |
Color Harmonies of #D207EC
Complementary color
Monochromatic Colors of #D207EC
Black with #D207EC
Text Example
Text Example
White with #D207EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207EC; }
p { color: rgb(210,7,236); }
H1.HeaderClassName
{
color: #D207EC;
}
.AnyTagClassName
{
color: #D207EC;
}
</style>
background-color css
<style>
a { background-color: #D207EC; }
a { background-color: rgb(210,7,236); }
div.DivClassName
{
background-color: #D207EC;
}
.BgClassName
{
background-color: #D207EC;
}
</style>
border-color css
<style>
span { border-color: #D207EC; }
span { border-color: rgb(210,7,236); }
td.TdClassName
{
border-color: #D207EC;
}
.TagClassName
{
border-color: #D207EC;
}
</style>