Shades of Heliotrope #D46EFE
Tints of Heliotrope #D46EFE
RGB
CMYK
RGB Variations
Color information
#D46EFE (or 0xD46EFE) is known color: Heliotrope. HEX triplet: D4, 6E and FE. RGB value is (212,110,254). Sum of RGB (Red+Green+Blue) = 212+110+254=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 110 (43.36% from 255 or 19.10% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #D46EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46EFE is #2B9101. Grayscale: #9C9C9C. Windows color (decimal): -2855170 or 16674516. OLE color: 16674516.
HSL color Cylindrical-coordinate representation of color #D46EFE: hue angle of 282.5º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D46EFE is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 110 | 254 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.00 |
| HSL | 282.5º | 0.99% | 0.71% | - |
| HSV(B) | 282.5º | 0.57% | 1% | - |
| XYZ | 50.62 | 32.3 | 97.33 | - |
| YUV | 156.91 | 182.79 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 110 | 254 | 0.17 | 0.57 | 0 | 0.00 | 282.5 | 0.99 | 0.71 |
| Hex | D4 | 6E | FE | 11 | 39 | 0 | 0 | 11A | 63 | 47 |
| Octal | 324 | 156 | 376 | 21 | 71 | 0 | 0 | 432 | 143 | 107 |
| Binary | 11010100 | 1101110 | 11111110 | 10001 | 111001 | 0 | 0 | 100011010 | 1100011 | 1000111 |
Color Harmonies of #D46EFE
Complementary color
Monochromatic Colors of #D46EFE
Black with #D46EFE
Text Example
Text Example
White with #D46EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46EFE; }
p { color: rgb(212,110,254); }
H1.HeaderClassName
{
color: #D46EFE;
}
.AnyTagClassName
{
color: #D46EFE;
}
</style>
background-color css
<style>
a { background-color: #D46EFE; }
a { background-color: rgb(212,110,254); }
div.DivClassName
{
background-color: #D46EFE;
}
.BgClassName
{
background-color: #D46EFE;
}
</style>
border-color css
<style>
span { border-color: #D46EFE; }
span { border-color: rgb(212,110,254); }
td.TdClassName
{
border-color: #D46EFE;
}
.TagClassName
{
border-color: #D46EFE;
}
</style>