Shades of Heliotrope #D47AFC
Tints of Heliotrope #D47AFC
RGB
CMYK
RGB Variations
Color information
#D47AFC (or 0xD47AFC) is known color: Heliotrope. HEX triplet: D4, 7A and FC. RGB value is (212,122,252). Sum of RGB (Red+Green+Blue) = 212+122+252=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 122 (48.05% from 255 or 20.82% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #D47AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47AFC is #2B8503. Grayscale: #A3A3A3. Windows color (decimal): -2852100 or 16546516. OLE color: 16546516.
HSL color Cylindrical-coordinate representation of color #D47AFC: hue angle of 281.54º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D47AFC is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 122 | 252 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.01 |
| HSL | 281.54º | 0.96% | 0.73% | - |
| HSV(B) | 281.54º | 0.52% | 0.99% | - |
| XYZ | 51.68 | 34.94 | 96.12 | - |
| YUV | 163.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 252 | 0.16 | 0.52 | 0 | 0.01 | 281.54 | 0.96 | 0.73 |
| Hex | D4 | 7A | FC | 10 | 34 | 0 | 1 | 11A | 60 | 49 |
| Octal | 324 | 172 | 374 | 20 | 64 | 0 | 1 | 432 | 140 | 111 |
| Binary | 11010100 | 1111010 | 11111100 | 10000 | 110100 | 0 | 1 | 100011010 | 1100000 | 1001001 |
Color Harmonies of #D47AFC
Complementary color
Monochromatic Colors of #D47AFC
Black with #D47AFC
Text Example
Text Example
White with #D47AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47AFC; }
p { color: rgb(212,122,252); }
H1.HeaderClassName
{
color: #D47AFC;
}
.AnyTagClassName
{
color: #D47AFC;
}
</style>
background-color css
<style>
a { background-color: #D47AFC; }
a { background-color: rgb(212,122,252); }
div.DivClassName
{
background-color: #D47AFC;
}
.BgClassName
{
background-color: #D47AFC;
}
</style>
border-color css
<style>
span { border-color: #D47AFC; }
span { border-color: rgb(212,122,252); }
td.TdClassName
{
border-color: #D47AFC;
}
.TagClassName
{
border-color: #D47AFC;
}
</style>