Shades of Heliotrope #D46BEB
Tints of Heliotrope #D46BEB
RGB
CMYK
RGB Variations
Color information
#D46BEB (or 0xD46BEB) is known color: Heliotrope. HEX triplet: D4, 6B and EB. RGB value is (212,107,235). Sum of RGB (Red+Green+Blue) = 212+107+235=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #D46BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46BEB is #2B9414. Grayscale: #989898. Windows color (decimal): -2855957 or 15428564. OLE color: 15428564.
HSL color Cylindrical-coordinate representation of color #D46BEB: hue angle of 289.22º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D46BEB is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 107 | 235 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.08 |
| HSL | 289.22º | 0.76% | 0.67% | - |
| HSV(B) | 289.22º | 0.54% | 0.92% | - |
| XYZ | 47.4 | 30.51 | 81.99 | - |
| YUV | 152.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 235 | 0.10 | 0.54 | 0 | 0.08 | 289.22 | 0.76 | 0.67 |
| Hex | D4 | 6B | EB | A | 36 | 0 | 8 | 121 | 4C | 43 |
| Octal | 324 | 153 | 353 | 12 | 66 | 0 | 10 | 441 | 114 | 103 |
| Binary | 11010100 | 1101011 | 11101011 | 1010 | 110110 | 0 | 1000 | 100100001 | 1001100 | 1000011 |
Color Harmonies of #D46BEB
Complementary color
Monochromatic Colors of #D46BEB
Black with #D46BEB
Text Example
Text Example
White with #D46BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46BEB; }
p { color: rgb(212,107,235); }
H1.HeaderClassName
{
color: #D46BEB;
}
.AnyTagClassName
{
color: #D46BEB;
}
</style>
background-color css
<style>
a { background-color: #D46BEB; }
a { background-color: rgb(212,107,235); }
div.DivClassName
{
background-color: #D46BEB;
}
.BgClassName
{
background-color: #D46BEB;
}
</style>
border-color css
<style>
span { border-color: #D46BEB; }
span { border-color: rgb(212,107,235); }
td.TdClassName
{
border-color: #D46BEB;
}
.TagClassName
{
border-color: #D46BEB;
}
</style>