Shades of Heliotrope #D46EFF
Tints of Heliotrope #D46EFF
RGB
CMYK
RGB Variations
Color information
#D46EFF (or 0xD46EFF) is known color: Heliotrope. HEX triplet: D4, 6E and FF. RGB value is (212,110,255). Sum of RGB (Red+Green+Blue) = 212+110+255=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 110 (43.36% from 255 or 19.06% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #D46EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46EFF is #2B9100. Grayscale: #9C9C9C. Windows color (decimal): -2855169 or 16740052. OLE color: 16740052.
HSL color Cylindrical-coordinate representation of color #D46EFF: hue angle of 282.21º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D46EFF is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 110 | 255 | - |
| CMYK | 0.17 | 0.57 | 0 | 0 |
| HSL | 282.21º | 1% | 0.72% | - |
| HSV(B) | 282.21º | 0.57% | 1% | - |
| XYZ | 50.78 | 32.37 | 98.18 | - |
| YUV | 157.03 | 183.29 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 110 | 255 | 0.17 | 0.57 | 0 | 0 | 282.21 | 1 | 0.72 |
| Hex | D4 | 6E | FF | 11 | 39 | 0 | 0 | 11A | 64 | 48 |
| Octal | 324 | 156 | 377 | 21 | 71 | 0 | 0 | 432 | 144 | 110 |
| Binary | 11010100 | 1101110 | 11111111 | 10001 | 111001 | 0 | 0 | 100011010 | 1100100 | 1001000 |
Color Harmonies of #D46EFF
Complementary color
Monochromatic Colors of #D46EFF
Black with #D46EFF
Text Example
Text Example
White with #D46EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46EFF; }
p { color: rgb(212,110,255); }
H1.HeaderClassName
{
color: #D46EFF;
}
.AnyTagClassName
{
color: #D46EFF;
}
</style>
background-color css
<style>
a { background-color: #D46EFF; }
a { background-color: rgb(212,110,255); }
div.DivClassName
{
background-color: #D46EFF;
}
.BgClassName
{
background-color: #D46EFF;
}
</style>
border-color css
<style>
span { border-color: #D46EFF; }
span { border-color: rgb(212,110,255); }
td.TdClassName
{
border-color: #D46EFF;
}
.TagClassName
{
border-color: #D46EFF;
}
</style>