Shades of Heliotrope #DC65EC
Tints of Heliotrope #DC65EC
RGB
CMYK
RGB Variations
Color information
#DC65EC (or 0xDC65EC) is known color: Heliotrope. HEX triplet: DC, 65 and EC. RGB value is (220,101,236). Sum of RGB (Red+Green+Blue) = 220+101+236=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 101 (39.84% from 255 or 18.13% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC65EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC65EC is #239A13. Grayscale: #979797. Windows color (decimal): -2333204 or 15492572. OLE color: 15492572.
HSL color Cylindrical-coordinate representation of color #DC65EC: hue angle of 292.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC65EC is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 101 | 236 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.07 |
| HSL | 292.89º | 0.78% | 0.66% | - |
| HSV(B) | 292.89º | 0.57% | 0.93% | - |
| XYZ | 49.31 | 30.58 | 82.66 | - |
| YUV | 151.97 | 175.42 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 236 | 0.07 | 0.57 | 0 | 0.07 | 292.89 | 0.78 | 0.66 |
| Hex | DC | 65 | EC | 7 | 39 | 0 | 7 | 125 | 4E | 42 |
| Octal | 334 | 145 | 354 | 7 | 71 | 0 | 7 | 445 | 116 | 102 |
| Binary | 11011100 | 1100101 | 11101100 | 111 | 111001 | 0 | 111 | 100100101 | 1001110 | 1000010 |
Color Harmonies of #DC65EC
Complementary color
Monochromatic Colors of #DC65EC
Black with #DC65EC
Text Example
Text Example
White with #DC65EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65EC; }
p { color: rgb(220,101,236); }
H1.HeaderClassName
{
color: #DC65EC;
}
.AnyTagClassName
{
color: #DC65EC;
}
</style>
background-color css
<style>
a { background-color: #DC65EC; }
a { background-color: rgb(220,101,236); }
div.DivClassName
{
background-color: #DC65EC;
}
.BgClassName
{
background-color: #DC65EC;
}
</style>
border-color css
<style>
span { border-color: #DC65EC; }
span { border-color: rgb(220,101,236); }
td.TdClassName
{
border-color: #DC65EC;
}
.TagClassName
{
border-color: #DC65EC;
}
</style>