Shades of Heliotrope #D47FF6
Tints of Heliotrope #D47FF6
RGB
CMYK
RGB Variations
Color information
#D47FF6 (or 0xD47FF6) is known color: Heliotrope. HEX triplet: D4, 7F and F6. RGB value is (212,127,246). Sum of RGB (Red+Green+Blue) = 212+127+246=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #D47FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47FF6 is #2B8009. Grayscale: #A5A5A5. Windows color (decimal): -2850826 or 16154580. OLE color: 16154580.
HSL color Cylindrical-coordinate representation of color #D47FF6: hue angle of 282.86º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D47FF6 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 127 | 246 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.04 |
| HSL | 282.86º | 0.87% | 0.73% | - |
| HSV(B) | 282.86º | 0.48% | 0.96% | - |
| XYZ | 51.38 | 35.83 | 91.4 | - |
| YUV | 165.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 246 | 0.14 | 0.48 | 0 | 0.04 | 282.86 | 0.87 | 0.73 |
| Hex | D4 | 7F | F6 | E | 30 | 0 | 4 | 11B | 57 | 49 |
| Octal | 324 | 177 | 366 | 16 | 60 | 0 | 4 | 433 | 127 | 111 |
| Binary | 11010100 | 1111111 | 11110110 | 1110 | 110000 | 0 | 100 | 100011011 | 1010111 | 1001001 |
Color Harmonies of #D47FF6
Complementary color
Monochromatic Colors of #D47FF6
Black with #D47FF6
Text Example
Text Example
White with #D47FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47FF6; }
p { color: rgb(212,127,246); }
H1.HeaderClassName
{
color: #D47FF6;
}
.AnyTagClassName
{
color: #D47FF6;
}
</style>
background-color css
<style>
a { background-color: #D47FF6; }
a { background-color: rgb(212,127,246); }
div.DivClassName
{
background-color: #D47FF6;
}
.BgClassName
{
background-color: #D47FF6;
}
</style>
border-color css
<style>
span { border-color: #D47FF6; }
span { border-color: rgb(212,127,246); }
td.TdClassName
{
border-color: #D47FF6;
}
.TagClassName
{
border-color: #D47FF6;
}
</style>