Shades of Heliotrope #DC70FE
Tints of Heliotrope #DC70FE
RGB
CMYK
RGB Variations
Color information
#DC70FE (or 0xDC70FE) is known color: Heliotrope. HEX triplet: DC, 70 and FE. RGB value is (220,112,254). Sum of RGB (Red+Green+Blue) = 220+112+254=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 112 (44.14% from 255 or 19.11% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC70FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC70FE is #238F01. Grayscale: #A0A0A0. Windows color (decimal): -2330370 or 16675036. OLE color: 16675036.
HSL color Cylindrical-coordinate representation of color #DC70FE: hue angle of 285.63º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC70FE is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 112 | 254 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.00 |
| HSL | 285.63º | 0.99% | 0.72% | - |
| HSV(B) | 285.63º | 0.56% | 1% | - |
| XYZ | 53.2 | 33.96 | 97.52 | - |
| YUV | 160.48 | 180.78 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 254 | 0.13 | 0.56 | 0 | 0.00 | 285.63 | 0.99 | 0.72 |
| Hex | DC | 70 | FE | D | 38 | 0 | 0 | 11E | 63 | 48 |
| Octal | 334 | 160 | 376 | 15 | 70 | 0 | 0 | 436 | 143 | 110 |
| Binary | 11011100 | 1110000 | 11111110 | 1101 | 111000 | 0 | 0 | 100011110 | 1100011 | 1001000 |
Color Harmonies of #DC70FE
Complementary color
Monochromatic Colors of #DC70FE
Black with #DC70FE
Text Example
Text Example
White with #DC70FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70FE; }
p { color: rgb(220,112,254); }
H1.HeaderClassName
{
color: #DC70FE;
}
.AnyTagClassName
{
color: #DC70FE;
}
</style>
background-color css
<style>
a { background-color: #DC70FE; }
a { background-color: rgb(220,112,254); }
div.DivClassName
{
background-color: #DC70FE;
}
.BgClassName
{
background-color: #DC70FE;
}
</style>
border-color css
<style>
span { border-color: #DC70FE; }
span { border-color: rgb(220,112,254); }
td.TdClassName
{
border-color: #DC70FE;
}
.TagClassName
{
border-color: #DC70FE;
}
</style>