Shades of Heliotrope #DC62ED
Tints of Heliotrope #DC62ED
RGB
CMYK
RGB Variations
Color information
#DC62ED (or 0xDC62ED) is known color: Heliotrope. HEX triplet: DC, 62 and ED. RGB value is (220,98,237). Sum of RGB (Red+Green+Blue) = 220+98+237=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 98 (38.67% from 255 or 17.66% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC62ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC62ED is #239D12. Grayscale: #959595. Windows color (decimal): -2333971 or 15557340. OLE color: 15557340.
HSL color Cylindrical-coordinate representation of color #DC62ED: hue angle of 292.66º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC62ED is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 98 | 237 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.07 |
| HSL | 292.66º | 0.79% | 0.66% | - |
| HSV(B) | 292.66º | 0.59% | 0.93% | - |
| XYZ | 49.17 | 30.07 | 83.33 | - |
| YUV | 150.32 | 176.92 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 237 | 0.07 | 0.59 | 0 | 0.07 | 292.66 | 0.79 | 0.66 |
| Hex | DC | 62 | ED | 7 | 3B | 0 | 7 | 125 | 4F | 42 |
| Octal | 334 | 142 | 355 | 7 | 73 | 0 | 7 | 445 | 117 | 102 |
| Binary | 11011100 | 1100010 | 11101101 | 111 | 111011 | 0 | 111 | 100100101 | 1001111 | 1000010 |
Color Harmonies of #DC62ED
Complementary color
Monochromatic Colors of #DC62ED
Black with #DC62ED
Text Example
Text Example
White with #DC62ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62ED; }
p { color: rgb(220,98,237); }
H1.HeaderClassName
{
color: #DC62ED;
}
.AnyTagClassName
{
color: #DC62ED;
}
</style>
background-color css
<style>
a { background-color: #DC62ED; }
a { background-color: rgb(220,98,237); }
div.DivClassName
{
background-color: #DC62ED;
}
.BgClassName
{
background-color: #DC62ED;
}
</style>
border-color css
<style>
span { border-color: #DC62ED; }
span { border-color: rgb(220,98,237); }
td.TdClassName
{
border-color: #DC62ED;
}
.TagClassName
{
border-color: #DC62ED;
}
</style>