Shades of Heliotrope #DC70FA
Tints of Heliotrope #DC70FA
RGB
CMYK
RGB Variations
Color information
#DC70FA (or 0xDC70FA) is known color: Heliotrope. HEX triplet: DC, 70 and FA. RGB value is (220,112,250). Sum of RGB (Red+Green+Blue) = 220+112+250=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 112 (44.14% from 255 or 19.24% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC70FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC70FA is #238F05. Grayscale: #9F9F9F. Windows color (decimal): -2330374 or 16412892. OLE color: 16412892.
HSL color Cylindrical-coordinate representation of color #DC70FA: hue angle of 286.96º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC70FA is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 112 | 250 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.02 |
| HSL | 286.96º | 0.93% | 0.71% | - |
| HSV(B) | 286.96º | 0.55% | 0.98% | - |
| XYZ | 52.56 | 33.71 | 94.18 | - |
| YUV | 160.02 | 178.78 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 250 | 0.12 | 0.55 | 0 | 0.02 | 286.96 | 0.93 | 0.71 |
| Hex | DC | 70 | FA | C | 37 | 0 | 2 | 11F | 5D | 47 |
| Octal | 334 | 160 | 372 | 14 | 67 | 0 | 2 | 437 | 135 | 107 |
| Binary | 11011100 | 1110000 | 11111010 | 1100 | 110111 | 0 | 10 | 100011111 | 1011101 | 1000111 |
Color Harmonies of #DC70FA
Complementary color
Monochromatic Colors of #DC70FA
Black with #DC70FA
Text Example
Text Example
White with #DC70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70FA; }
p { color: rgb(220,112,250); }
H1.HeaderClassName
{
color: #DC70FA;
}
.AnyTagClassName
{
color: #DC70FA;
}
</style>
background-color css
<style>
a { background-color: #DC70FA; }
a { background-color: rgb(220,112,250); }
div.DivClassName
{
background-color: #DC70FA;
}
.BgClassName
{
background-color: #DC70FA;
}
</style>
border-color css
<style>
span { border-color: #DC70FA; }
span { border-color: rgb(220,112,250); }
td.TdClassName
{
border-color: #DC70FA;
}
.TagClassName
{
border-color: #DC70FA;
}
</style>