Shades of Heliotrope #D46DEC
Tints of Heliotrope #D46DEC
RGB
CMYK
RGB Variations
Color information
#D46DEC (or 0xD46DEC) is known color: Heliotrope. HEX triplet: D4, 6D and EC. RGB value is (212,109,236). Sum of RGB (Red+Green+Blue) = 212+109+236=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #D46DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46DEC is #2B9213. Grayscale: #999999. Windows color (decimal): -2855444 or 15494612. OLE color: 15494612.
HSL color Cylindrical-coordinate representation of color #D46DEC: hue angle of 288.66º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D46DEC is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 109 | 236 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.07 |
| HSL | 288.66º | 0.77% | 0.68% | - |
| HSV(B) | 288.66º | 0.54% | 0.93% | - |
| XYZ | 47.76 | 30.99 | 82.82 | - |
| YUV | 154.28 | 174.12 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 236 | 0.10 | 0.54 | 0 | 0.07 | 288.66 | 0.77 | 0.68 |
| Hex | D4 | 6D | EC | A | 36 | 0 | 7 | 121 | 4D | 44 |
| Octal | 324 | 155 | 354 | 12 | 66 | 0 | 7 | 441 | 115 | 104 |
| Binary | 11010100 | 1101101 | 11101100 | 1010 | 110110 | 0 | 111 | 100100001 | 1001101 | 1000100 |
Color Harmonies of #D46DEC
Complementary color
Monochromatic Colors of #D46DEC
Black with #D46DEC
Text Example
Text Example
White with #D46DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46DEC; }
p { color: rgb(212,109,236); }
H1.HeaderClassName
{
color: #D46DEC;
}
.AnyTagClassName
{
color: #D46DEC;
}
</style>
background-color css
<style>
a { background-color: #D46DEC; }
a { background-color: rgb(212,109,236); }
div.DivClassName
{
background-color: #D46DEC;
}
.BgClassName
{
background-color: #D46DEC;
}
</style>
border-color css
<style>
span { border-color: #D46DEC; }
span { border-color: rgb(212,109,236); }
td.TdClassName
{
border-color: #D46DEC;
}
.TagClassName
{
border-color: #D46DEC;
}
</style>