Shades of Heliotrope #D46CEB
Tints of Heliotrope #D46CEB
RGB
CMYK
RGB Variations
Color information
#D46CEB (or 0xD46CEB) is known color: Heliotrope. HEX triplet: D4, 6C and EB. RGB value is (212,108,235). Sum of RGB (Red+Green+Blue) = 212+108+235=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #D46CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46CEB is #2B9314. Grayscale: #999999. Windows color (decimal): -2855701 or 15428820. OLE color: 15428820.
HSL color Cylindrical-coordinate representation of color #D46CEB: hue angle of 289.13º 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 #D46CEB is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 108 | 235 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.08 |
| HSL | 289.13º | 0.76% | 0.67% | - |
| HSV(B) | 289.13º | 0.54% | 0.92% | - |
| XYZ | 47.51 | 30.72 | 82.02 | - |
| YUV | 153.57 | 173.96 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 235 | 0.10 | 0.54 | 0 | 0.08 | 289.13 | 0.76 | 0.67 |
| Hex | D4 | 6C | EB | A | 36 | 0 | 8 | 121 | 4C | 43 |
| Octal | 324 | 154 | 353 | 12 | 66 | 0 | 10 | 441 | 114 | 103 |
| Binary | 11010100 | 1101100 | 11101011 | 1010 | 110110 | 0 | 1000 | 100100001 | 1001100 | 1000011 |
Color Harmonies of #D46CEB
Complementary color
Monochromatic Colors of #D46CEB
Black with #D46CEB
Text Example
Text Example
White with #D46CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CEB; }
p { color: rgb(212,108,235); }
H1.HeaderClassName
{
color: #D46CEB;
}
.AnyTagClassName
{
color: #D46CEB;
}
</style>
background-color css
<style>
a { background-color: #D46CEB; }
a { background-color: rgb(212,108,235); }
div.DivClassName
{
background-color: #D46CEB;
}
.BgClassName
{
background-color: #D46CEB;
}
</style>
border-color css
<style>
span { border-color: #D46CEB; }
span { border-color: rgb(212,108,235); }
td.TdClassName
{
border-color: #D46CEB;
}
.TagClassName
{
border-color: #D46CEB;
}
</style>