Shades of Heliotrope #D470ED
Tints of Heliotrope #D470ED
RGB
CMYK
RGB Variations
Color information
#D470ED (or 0xD470ED) is known color: Heliotrope. HEX triplet: D4, 70 and ED. RGB value is (212,112,237). Sum of RGB (Red+Green+Blue) = 212+112+237=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #D470ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D470ED is #2B8F12. Grayscale: #9B9B9B. Windows color (decimal): -2854675 or 15560916. OLE color: 15560916.
HSL color Cylindrical-coordinate representation of color #D470ED: hue angle of 288º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D470ED is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 112 | 237 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.07 |
| HSL | 288º | 0.78% | 0.68% | - |
| HSV(B) | 288º | 0.53% | 0.93% | - |
| XYZ | 48.23 | 31.7 | 83.7 | - |
| YUV | 156.15 | 173.63 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 237 | 0.11 | 0.53 | 0 | 0.07 | 288 | 0.78 | 0.68 |
| Hex | D4 | 70 | ED | B | 35 | 0 | 7 | 120 | 4E | 44 |
| Octal | 324 | 160 | 355 | 13 | 65 | 0 | 7 | 440 | 116 | 104 |
| Binary | 11010100 | 1110000 | 11101101 | 1011 | 110101 | 0 | 111 | 100100000 | 1001110 | 1000100 |
Color Harmonies of #D470ED
Complementary color
Monochromatic Colors of #D470ED
Black with #D470ED
Text Example
Text Example
White with #D470ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D470ED; }
p { color: rgb(212,112,237); }
H1.HeaderClassName
{
color: #D470ED;
}
.AnyTagClassName
{
color: #D470ED;
}
</style>
background-color css
<style>
a { background-color: #D470ED; }
a { background-color: rgb(212,112,237); }
div.DivClassName
{
background-color: #D470ED;
}
.BgClassName
{
background-color: #D470ED;
}
</style>
border-color css
<style>
span { border-color: #D470ED; }
span { border-color: rgb(212,112,237); }
td.TdClassName
{
border-color: #D470ED;
}
.TagClassName
{
border-color: #D470ED;
}
</style>