Shades of Psychedelic Purple #D006EC
Tints of Psychedelic Purple #D006EC
RGB
CMYK
RGB Variations
Color information
#D006EC (or 0xD006EC) is known color: Psychedelic Purple. HEX triplet: D0, 06 and EC. RGB value is (208,6,236). Sum of RGB (Red+Green+Blue) = 208+6+236=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 6 (2.73% from 255 or 1.33% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #D006EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D006EC is #2FF913. Grayscale: #5B5B5B. Windows color (decimal): -3143956 or 15468240. OLE color: 15468240.
HSL color Cylindrical-coordinate representation of color #D006EC: hue angle of 292.7º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D006EC is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 6 | 236 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.07 |
| HSL | 292.7º | 0.95% | 0.47% | - |
| HSV(B) | 292.7º | 0.97% | 0.93% | - |
| XYZ | 41.22 | 19.6 | 80.97 | - |
| YUV | 92.62 | 208.92 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 236 | 0.12 | 0.97 | 0 | 0.07 | 292.7 | 0.95 | 0.47 |
| Hex | D0 | 6 | EC | C | 61 | 0 | 7 | 125 | 5F | 2F |
| Octal | 320 | 6 | 354 | 14 | 141 | 0 | 7 | 445 | 137 | 57 |
| Binary | 11010000 | 110 | 11101100 | 1100 | 1100001 | 0 | 111 | 100100101 | 1011111 | 101111 |
Color Harmonies of #D006EC
Complementary color
Monochromatic Colors of #D006EC
Black with #D006EC
Text Example
Text Example
White with #D006EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D006EC; }
p { color: rgb(208,6,236); }
H1.HeaderClassName
{
color: #D006EC;
}
.AnyTagClassName
{
color: #D006EC;
}
</style>
background-color css
<style>
a { background-color: #D006EC; }
a { background-color: rgb(208,6,236); }
div.DivClassName
{
background-color: #D006EC;
}
.BgClassName
{
background-color: #D006EC;
}
</style>
border-color css
<style>
span { border-color: #D006EC; }
span { border-color: rgb(208,6,236); }
td.TdClassName
{
border-color: #D006EC;
}
.TagClassName
{
border-color: #D006EC;
}
</style>