Shades of Heliotrope #D46AFC
Tints of Heliotrope #D46AFC
RGB
CMYK
RGB Variations
Color information
#D46AFC (or 0xD46AFC) is known color: Heliotrope. HEX triplet: D4, 6A and FC. RGB value is (212,106,252). Sum of RGB (Red+Green+Blue) = 212+106+252=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 106 (41.80% from 255 or 18.60% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #D46AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46AFC is #2B9503. Grayscale: #999999. Windows color (decimal): -2856196 or 16542420. OLE color: 16542420.
HSL color Cylindrical-coordinate representation of color #D46AFC: hue angle of 283.56º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D46AFC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 106 | 252 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.01 |
| HSL | 283.56º | 0.96% | 0.7% | - |
| HSV(B) | 283.56º | 0.58% | 0.99% | - |
| XYZ | 49.88 | 31.33 | 95.51 | - |
| YUV | 154.34 | 183.12 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 252 | 0.16 | 0.58 | 0 | 0.01 | 283.56 | 0.96 | 0.7 |
| Hex | D4 | 6A | FC | 10 | 3A | 0 | 1 | 11C | 60 | 46 |
| Octal | 324 | 152 | 374 | 20 | 72 | 0 | 1 | 434 | 140 | 106 |
| Binary | 11010100 | 1101010 | 11111100 | 10000 | 111010 | 0 | 1 | 100011100 | 1100000 | 1000110 |
Color Harmonies of #D46AFC
Complementary color
Monochromatic Colors of #D46AFC
Black with #D46AFC
Text Example
Text Example
White with #D46AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46AFC; }
p { color: rgb(212,106,252); }
H1.HeaderClassName
{
color: #D46AFC;
}
.AnyTagClassName
{
color: #D46AFC;
}
</style>
background-color css
<style>
a { background-color: #D46AFC; }
a { background-color: rgb(212,106,252); }
div.DivClassName
{
background-color: #D46AFC;
}
.BgClassName
{
background-color: #D46AFC;
}
</style>
border-color css
<style>
span { border-color: #D46AFC; }
span { border-color: rgb(212,106,252); }
td.TdClassName
{
border-color: #D46AFC;
}
.TagClassName
{
border-color: #D46AFC;
}
</style>