Shades of Heliotrope #D46BEF
Tints of Heliotrope #D46BEF
RGB
CMYK
RGB Variations
Color information
#D46BEF (or 0xD46BEF) is known color: Heliotrope. HEX triplet: D4, 6B and EF. RGB value is (212,107,239). Sum of RGB (Red+Green+Blue) = 212+107+239=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #D46BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46BEF is #2B9410. Grayscale: #999999. Windows color (decimal): -2855953 or 15690708. OLE color: 15690708.
HSL color Cylindrical-coordinate representation of color #D46BEF: hue angle of 287.73º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D46BEF is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 107 | 239 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.06 |
| HSL | 287.73º | 0.8% | 0.68% | - |
| HSV(B) | 287.73º | 0.55% | 0.94% | - |
| XYZ | 47.99 | 30.74 | 85.07 | - |
| YUV | 153.44 | 176.29 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 239 | 0.11 | 0.55 | 0 | 0.06 | 287.73 | 0.8 | 0.68 |
| Hex | D4 | 6B | EF | B | 37 | 0 | 6 | 120 | 50 | 44 |
| Octal | 324 | 153 | 357 | 13 | 67 | 0 | 6 | 440 | 120 | 104 |
| Binary | 11010100 | 1101011 | 11101111 | 1011 | 110111 | 0 | 110 | 100100000 | 1010000 | 1000100 |
Color Harmonies of #D46BEF
Complementary color
Monochromatic Colors of #D46BEF
Black with #D46BEF
Text Example
Text Example
White with #D46BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46BEF; }
p { color: rgb(212,107,239); }
H1.HeaderClassName
{
color: #D46BEF;
}
.AnyTagClassName
{
color: #D46BEF;
}
</style>
background-color css
<style>
a { background-color: #D46BEF; }
a { background-color: rgb(212,107,239); }
div.DivClassName
{
background-color: #D46BEF;
}
.BgClassName
{
background-color: #D46BEF;
}
</style>
border-color css
<style>
span { border-color: #D46BEF; }
span { border-color: rgb(212,107,239); }
td.TdClassName
{
border-color: #D46BEF;
}
.TagClassName
{
border-color: #D46BEF;
}
</style>