Shades of Heliotrope #DC70F0
Tints of Heliotrope #DC70F0
RGB
CMYK
RGB Variations
Color information
#DC70F0 (or 0xDC70F0) is known color: Heliotrope. HEX triplet: DC, 70 and F0. RGB value is (220,112,240). Sum of RGB (Red+Green+Blue) = 220+112+240=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC70F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC70F0 is #238F0F. Grayscale: #9E9E9E. Windows color (decimal): -2330384 or 15757532. OLE color: 15757532.
HSL color Cylindrical-coordinate representation of color #DC70F0: hue angle of 290.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC70F0 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 112 | 240 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.06 |
| HSL | 290.63º | 0.81% | 0.69% | - |
| HSV(B) | 290.63º | 0.53% | 0.94% | - |
| XYZ | 51.04 | 33.1 | 86.14 | - |
| YUV | 158.88 | 173.78 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 240 | 0.08 | 0.53 | 0 | 0.06 | 290.63 | 0.81 | 0.69 |
| Hex | DC | 70 | F0 | 8 | 35 | 0 | 6 | 123 | 51 | 45 |
| Octal | 334 | 160 | 360 | 10 | 65 | 0 | 6 | 443 | 121 | 105 |
| Binary | 11011100 | 1110000 | 11110000 | 1000 | 110101 | 0 | 110 | 100100011 | 1010001 | 1000101 |
Color Harmonies of #DC70F0
Complementary color
Monochromatic Colors of #DC70F0
Black with #DC70F0
Text Example
Text Example
White with #DC70F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70F0; }
p { color: rgb(220,112,240); }
H1.HeaderClassName
{
color: #DC70F0;
}
.AnyTagClassName
{
color: #DC70F0;
}
</style>
background-color css
<style>
a { background-color: #DC70F0; }
a { background-color: rgb(220,112,240); }
div.DivClassName
{
background-color: #DC70F0;
}
.BgClassName
{
background-color: #DC70F0;
}
</style>
border-color css
<style>
span { border-color: #DC70F0; }
span { border-color: rgb(220,112,240); }
td.TdClassName
{
border-color: #DC70F0;
}
.TagClassName
{
border-color: #DC70F0;
}
</style>