Shades of Heliotrope #D47AF0
Tints of Heliotrope #D47AF0
RGB
CMYK
RGB Variations
Color information
#D47AF0 (or 0xD47AF0) is known color: Heliotrope. HEX triplet: D4, 7A and F0. RGB value is (212,122,240). Sum of RGB (Red+Green+Blue) = 212+122+240=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #D47AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47AF0 is #2B850F. Grayscale: #A1A1A1. Windows color (decimal): -2852112 or 15760084. OLE color: 15760084.
HSL color Cylindrical-coordinate representation of color #D47AF0: hue angle of 285.76º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D47AF0 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 122 | 240 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.06 |
| HSL | 285.76º | 0.8% | 0.71% | - |
| HSV(B) | 285.76º | 0.49% | 0.94% | - |
| XYZ | 49.84 | 34.21 | 86.41 | - |
| YUV | 162.36 | 171.82 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 240 | 0.12 | 0.49 | 0 | 0.06 | 285.76 | 0.8 | 0.71 |
| Hex | D4 | 7A | F0 | C | 31 | 0 | 6 | 11E | 50 | 47 |
| Octal | 324 | 172 | 360 | 14 | 61 | 0 | 6 | 436 | 120 | 107 |
| Binary | 11010100 | 1111010 | 11110000 | 1100 | 110001 | 0 | 110 | 100011110 | 1010000 | 1000111 |
Color Harmonies of #D47AF0
Complementary color
Monochromatic Colors of #D47AF0
Black with #D47AF0
Text Example
Text Example
White with #D47AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47AF0; }
p { color: rgb(212,122,240); }
H1.HeaderClassName
{
color: #D47AF0;
}
.AnyTagClassName
{
color: #D47AF0;
}
</style>
background-color css
<style>
a { background-color: #D47AF0; }
a { background-color: rgb(212,122,240); }
div.DivClassName
{
background-color: #D47AF0;
}
.BgClassName
{
background-color: #D47AF0;
}
</style>
border-color css
<style>
span { border-color: #D47AF0; }
span { border-color: rgb(212,122,240); }
td.TdClassName
{
border-color: #D47AF0;
}
.TagClassName
{
border-color: #D47AF0;
}
</style>