Shades of Heliotrope #D46AF3
Tints of Heliotrope #D46AF3
RGB
CMYK
RGB Variations
Color information
#D46AF3 (or 0xD46AF3) is known color: Heliotrope. HEX triplet: D4, 6A and F3. RGB value is (212,106,243). Sum of RGB (Red+Green+Blue) = 212+106+243=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 106 (41.80% from 255 or 18.89% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #D46AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46AF3 is #2B950C. Grayscale: #989898. Windows color (decimal): -2856205 or 15952596. OLE color: 15952596.
HSL color Cylindrical-coordinate representation of color #D46AF3: hue angle of 286.42º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D46AF3 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 106 | 243 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.05 |
| HSL | 286.42º | 0.85% | 0.68% | - |
| HSV(B) | 286.42º | 0.56% | 0.95% | - |
| XYZ | 48.48 | 30.78 | 88.18 | - |
| YUV | 153.31 | 178.62 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 243 | 0.13 | 0.56 | 0 | 0.05 | 286.42 | 0.85 | 0.68 |
| Hex | D4 | 6A | F3 | D | 38 | 0 | 5 | 11E | 55 | 44 |
| Octal | 324 | 152 | 363 | 15 | 70 | 0 | 5 | 436 | 125 | 104 |
| Binary | 11010100 | 1101010 | 11110011 | 1101 | 111000 | 0 | 101 | 100011110 | 1010101 | 1000100 |
Color Harmonies of #D46AF3
Complementary color
Monochromatic Colors of #D46AF3
Black with #D46AF3
Text Example
Text Example
White with #D46AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46AF3; }
p { color: rgb(212,106,243); }
H1.HeaderClassName
{
color: #D46AF3;
}
.AnyTagClassName
{
color: #D46AF3;
}
</style>
background-color css
<style>
a { background-color: #D46AF3; }
a { background-color: rgb(212,106,243); }
div.DivClassName
{
background-color: #D46AF3;
}
.BgClassName
{
background-color: #D46AF3;
}
</style>
border-color css
<style>
span { border-color: #D46AF3; }
span { border-color: rgb(212,106,243); }
td.TdClassName
{
border-color: #D46AF3;
}
.TagClassName
{
border-color: #D46AF3;
}
</style>