Shades of Heliotrope #D470FF
Tints of Heliotrope #D470FF
RGB
CMYK
RGB Variations
Color information
#D470FF (or 0xD470FF) is known color: Heliotrope. HEX triplet: D4, 70 and FF. RGB value is (212,112,255). Sum of RGB (Red+Green+Blue) = 212+112+255=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #D470FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D470FF is #2B8F00. Grayscale: #9D9D9D. Windows color (decimal): -2854657 or 16740564. OLE color: 16740564.
HSL color Cylindrical-coordinate representation of color #D470FF: hue angle of 281.96º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D470FF is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 112 | 255 | - |
| CMYK | 0.17 | 0.56 | 0 | 0 |
| HSL | 281.96º | 1% | 0.72% | - |
| HSV(B) | 281.96º | 0.56% | 1% | - |
| XYZ | 51 | 32.81 | 98.25 | - |
| YUV | 158.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 255 | 0.17 | 0.56 | 0 | 0 | 281.96 | 1 | 0.72 |
| Hex | D4 | 70 | FF | 11 | 38 | 0 | 0 | 11A | 64 | 48 |
| Octal | 324 | 160 | 377 | 21 | 70 | 0 | 0 | 432 | 144 | 110 |
| Binary | 11010100 | 1110000 | 11111111 | 10001 | 111000 | 0 | 0 | 100011010 | 1100100 | 1001000 |
Color Harmonies of #D470FF
Complementary color
Monochromatic Colors of #D470FF
Black with #D470FF
Text Example
Text Example
White with #D470FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D470FF; }
p { color: rgb(212,112,255); }
H1.HeaderClassName
{
color: #D470FF;
}
.AnyTagClassName
{
color: #D470FF;
}
</style>
background-color css
<style>
a { background-color: #D470FF; }
a { background-color: rgb(212,112,255); }
div.DivClassName
{
background-color: #D470FF;
}
.BgClassName
{
background-color: #D470FF;
}
</style>
border-color css
<style>
span { border-color: #D470FF; }
span { border-color: rgb(212,112,255); }
td.TdClassName
{
border-color: #D470FF;
}
.TagClassName
{
border-color: #D470FF;
}
</style>