Shades of Heliotrope #DC70F6
Tints of Heliotrope #DC70F6
RGB
CMYK
RGB Variations
Color information
#DC70F6 (or 0xDC70F6) is known color: Heliotrope. HEX triplet: DC, 70 and F6. RGB value is (220,112,246). Sum of RGB (Red+Green+Blue) = 220+112+246=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 112 (44.14% from 255 or 19.38% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC70F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC70F6 is #238F09. Grayscale: #9F9F9F. Windows color (decimal): -2330378 or 16150748. OLE color: 16150748.
HSL color Cylindrical-coordinate representation of color #DC70F6: hue angle of 288.36º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC70F6 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 112 | 246 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.04 |
| HSL | 288.36º | 0.88% | 0.7% | - |
| HSV(B) | 288.36º | 0.54% | 0.96% | - |
| XYZ | 51.94 | 33.46 | 90.91 | - |
| YUV | 159.57 | 176.78 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 246 | 0.11 | 0.54 | 0 | 0.04 | 288.36 | 0.88 | 0.7 |
| Hex | DC | 70 | F6 | B | 36 | 0 | 4 | 120 | 58 | 46 |
| Octal | 334 | 160 | 366 | 13 | 66 | 0 | 4 | 440 | 130 | 106 |
| Binary | 11011100 | 1110000 | 11110110 | 1011 | 110110 | 0 | 100 | 100100000 | 1011000 | 1000110 |
Color Harmonies of #DC70F6
Complementary color
Monochromatic Colors of #DC70F6
Black with #DC70F6
Text Example
Text Example
White with #DC70F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70F6; }
p { color: rgb(220,112,246); }
H1.HeaderClassName
{
color: #DC70F6;
}
.AnyTagClassName
{
color: #DC70F6;
}
</style>
background-color css
<style>
a { background-color: #DC70F6; }
a { background-color: rgb(220,112,246); }
div.DivClassName
{
background-color: #DC70F6;
}
.BgClassName
{
background-color: #DC70F6;
}
</style>
border-color css
<style>
span { border-color: #DC70F6; }
span { border-color: rgb(220,112,246); }
td.TdClassName
{
border-color: #DC70F6;
}
.TagClassName
{
border-color: #DC70F6;
}
</style>