Shades of Heliotrope #DC62EC
Tints of Heliotrope #DC62EC
RGB
CMYK
RGB Variations
Color information
#DC62EC (or 0xDC62EC) is known color: Heliotrope. HEX triplet: DC, 62 and EC. RGB value is (220,98,236). Sum of RGB (Red+Green+Blue) = 220+98+236=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 98 (38.67% from 255 or 17.69% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC62EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC62EC is #239D13. Grayscale: #959595. Windows color (decimal): -2333972 or 15491804. OLE color: 15491804.
HSL color Cylindrical-coordinate representation of color #DC62EC: hue angle of 293.04º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC62EC is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 98 | 236 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.07 |
| HSL | 293.04º | 0.78% | 0.65% | - |
| HSV(B) | 293.04º | 0.58% | 0.93% | - |
| XYZ | 49.02 | 30.01 | 82.57 | - |
| YUV | 150.21 | 176.42 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 236 | 0.07 | 0.58 | 0 | 0.07 | 293.04 | 0.78 | 0.65 |
| Hex | DC | 62 | EC | 7 | 3A | 0 | 7 | 125 | 4E | 41 |
| Octal | 334 | 142 | 354 | 7 | 72 | 0 | 7 | 445 | 116 | 101 |
| Binary | 11011100 | 1100010 | 11101100 | 111 | 111010 | 0 | 111 | 100100101 | 1001110 | 1000001 |
Color Harmonies of #DC62EC
Complementary color
Monochromatic Colors of #DC62EC
Black with #DC62EC
Text Example
Text Example
White with #DC62EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62EC; }
p { color: rgb(220,98,236); }
H1.HeaderClassName
{
color: #DC62EC;
}
.AnyTagClassName
{
color: #DC62EC;
}
</style>
background-color css
<style>
a { background-color: #DC62EC; }
a { background-color: rgb(220,98,236); }
div.DivClassName
{
background-color: #DC62EC;
}
.BgClassName
{
background-color: #DC62EC;
}
</style>
border-color css
<style>
span { border-color: #DC62EC; }
span { border-color: rgb(220,98,236); }
td.TdClassName
{
border-color: #DC62EC;
}
.TagClassName
{
border-color: #DC62EC;
}
</style>