Shades of Heliotrope #DC70EC
Tints of Heliotrope #DC70EC
RGB
CMYK
RGB Variations
Color information
#DC70EC (or 0xDC70EC) is known color: Heliotrope. HEX triplet: DC, 70 and EC. RGB value is (220,112,236). Sum of RGB (Red+Green+Blue) = 220+112+236=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC70EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC70EC is #238F13. Grayscale: #9E9E9E. Windows color (decimal): -2330388 or 15495388. OLE color: 15495388.
HSL color Cylindrical-coordinate representation of color #DC70EC: hue angle of 292.26º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC70EC is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 112 | 236 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.07 |
| HSL | 292.26º | 0.77% | 0.68% | - |
| HSV(B) | 292.26º | 0.53% | 0.93% | - |
| XYZ | 50.45 | 32.86 | 83.04 | - |
| YUV | 158.43 | 171.78 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 236 | 0.07 | 0.53 | 0 | 0.07 | 292.26 | 0.77 | 0.68 |
| Hex | DC | 70 | EC | 7 | 35 | 0 | 7 | 124 | 4D | 44 |
| Octal | 334 | 160 | 354 | 7 | 65 | 0 | 7 | 444 | 115 | 104 |
| Binary | 11011100 | 1110000 | 11101100 | 111 | 110101 | 0 | 111 | 100100100 | 1001101 | 1000100 |
Color Harmonies of #DC70EC
Complementary color
Monochromatic Colors of #DC70EC
Black with #DC70EC
Text Example
Text Example
White with #DC70EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70EC; }
p { color: rgb(220,112,236); }
H1.HeaderClassName
{
color: #DC70EC;
}
.AnyTagClassName
{
color: #DC70EC;
}
</style>
background-color css
<style>
a { background-color: #DC70EC; }
a { background-color: rgb(220,112,236); }
div.DivClassName
{
background-color: #DC70EC;
}
.BgClassName
{
background-color: #DC70EC;
}
</style>
border-color css
<style>
span { border-color: #DC70EC; }
span { border-color: rgb(220,112,236); }
td.TdClassName
{
border-color: #DC70EC;
}
.TagClassName
{
border-color: #DC70EC;
}
</style>