Shades of Heliotrope #D46EFC
Tints of Heliotrope #D46EFC
RGB
CMYK
RGB Variations
Color information
#D46EFC (or 0xD46EFC) is known color: Heliotrope. HEX triplet: D4, 6E and FC. RGB value is (212,110,252). Sum of RGB (Red+Green+Blue) = 212+110+252=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 110 (43.36% from 255 or 19.16% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #D46EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46EFC is #2B9103. Grayscale: #9C9C9C. Windows color (decimal): -2855172 or 16543444. OLE color: 16543444.
HSL color Cylindrical-coordinate representation of color #D46EFC: hue angle of 283.1º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D46EFC is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 110 | 252 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.01 |
| HSL | 283.1º | 0.96% | 0.71% | - |
| HSV(B) | 283.1º | 0.56% | 0.99% | - |
| XYZ | 50.3 | 32.18 | 95.66 | - |
| YUV | 156.69 | 181.79 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 110 | 252 | 0.16 | 0.56 | 0 | 0.01 | 283.1 | 0.96 | 0.71 |
| Hex | D4 | 6E | FC | 10 | 38 | 0 | 1 | 11B | 60 | 47 |
| Octal | 324 | 156 | 374 | 20 | 70 | 0 | 1 | 433 | 140 | 107 |
| Binary | 11010100 | 1101110 | 11111100 | 10000 | 111000 | 0 | 1 | 100011011 | 1100000 | 1000111 |
Color Harmonies of #D46EFC
Complementary color
Monochromatic Colors of #D46EFC
Black with #D46EFC
Text Example
Text Example
White with #D46EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46EFC; }
p { color: rgb(212,110,252); }
H1.HeaderClassName
{
color: #D46EFC;
}
.AnyTagClassName
{
color: #D46EFC;
}
</style>
background-color css
<style>
a { background-color: #D46EFC; }
a { background-color: rgb(212,110,252); }
div.DivClassName
{
background-color: #D46EFC;
}
.BgClassName
{
background-color: #D46EFC;
}
</style>
border-color css
<style>
span { border-color: #D46EFC; }
span { border-color: rgb(212,110,252); }
td.TdClassName
{
border-color: #D46EFC;
}
.TagClassName
{
border-color: #D46EFC;
}
</style>