Shades of Psychedelic Purple #DC06EC
Tints of Psychedelic Purple #DC06EC
RGB
CMYK
RGB Variations
Color information
#DC06EC (or 0xDC06EC) is known color: Psychedelic Purple. HEX triplet: DC, 06 and EC. RGB value is (220,6,236). Sum of RGB (Red+Green+Blue) = 220+6+236=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 6 (2.73% from 255 or 1.30% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC06EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC06EC is #23F913. Grayscale: #5F5F5F. Windows color (decimal): -2357524 or 15468252. OLE color: 15468252.
HSL color Cylindrical-coordinate representation of color #DC06EC: hue angle of 295.83º 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 #DC06EC is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 6 | 236 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.07 |
| HSL | 295.83º | 0.95% | 0.47% | - |
| HSV(B) | 295.83º | 0.97% | 0.93% | - |
| XYZ | 44.72 | 21.4 | 81.13 | - |
| YUV | 96.21 | 206.9 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 236 | 0.07 | 0.97 | 0 | 0.07 | 295.83 | 0.95 | 0.47 |
| Hex | DC | 6 | EC | 7 | 61 | 0 | 7 | 128 | 5F | 2F |
| Octal | 334 | 6 | 354 | 7 | 141 | 0 | 7 | 450 | 137 | 57 |
| Binary | 11011100 | 110 | 11101100 | 111 | 1100001 | 0 | 111 | 100101000 | 1011111 | 101111 |
Color Harmonies of #DC06EC
Complementary color
Monochromatic Colors of #DC06EC
Black with #DC06EC
Text Example
Text Example
White with #DC06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06EC; }
p { color: rgb(220,6,236); }
H1.HeaderClassName
{
color: #DC06EC;
}
.AnyTagClassName
{
color: #DC06EC;
}
</style>
background-color css
<style>
a { background-color: #DC06EC; }
a { background-color: rgb(220,6,236); }
div.DivClassName
{
background-color: #DC06EC;
}
.BgClassName
{
background-color: #DC06EC;
}
</style>
border-color css
<style>
span { border-color: #DC06EC; }
span { border-color: rgb(220,6,236); }
td.TdClassName
{
border-color: #DC06EC;
}
.TagClassName
{
border-color: #DC06EC;
}
</style>