Shades of Heliotrope #D46EF0
Tints of Heliotrope #D46EF0
RGB
CMYK
RGB Variations
Color information
#D46EF0 (or 0xD46EF0) is known color: Heliotrope. HEX triplet: D4, 6E and F0. RGB value is (212,110,240). Sum of RGB (Red+Green+Blue) = 212+110+240=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #D46EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46EF0 is #2B910F. Grayscale: #9A9A9A. Windows color (decimal): -2855184 or 15757012. OLE color: 15757012.
HSL color Cylindrical-coordinate representation of color #D46EF0: hue angle of 287.08º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D46EF0 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 110 | 240 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.06 |
| HSL | 287.08º | 0.81% | 0.69% | - |
| HSV(B) | 287.08º | 0.54% | 0.94% | - |
| XYZ | 48.46 | 31.44 | 85.95 | - |
| YUV | 155.32 | 175.79 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 110 | 240 | 0.12 | 0.54 | 0 | 0.06 | 287.08 | 0.81 | 0.69 |
| Hex | D4 | 6E | F0 | C | 36 | 0 | 6 | 11F | 51 | 45 |
| Octal | 324 | 156 | 360 | 14 | 66 | 0 | 6 | 437 | 121 | 105 |
| Binary | 11010100 | 1101110 | 11110000 | 1100 | 110110 | 0 | 110 | 100011111 | 1010001 | 1000101 |
Color Harmonies of #D46EF0
Complementary color
Monochromatic Colors of #D46EF0
Black with #D46EF0
Text Example
Text Example
White with #D46EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46EF0; }
p { color: rgb(212,110,240); }
H1.HeaderClassName
{
color: #D46EF0;
}
.AnyTagClassName
{
color: #D46EF0;
}
</style>
background-color css
<style>
a { background-color: #D46EF0; }
a { background-color: rgb(212,110,240); }
div.DivClassName
{
background-color: #D46EF0;
}
.BgClassName
{
background-color: #D46EF0;
}
</style>
border-color css
<style>
span { border-color: #D46EF0; }
span { border-color: rgb(212,110,240); }
td.TdClassName
{
border-color: #D46EF0;
}
.TagClassName
{
border-color: #D46EF0;
}
</style>