Shades of Heliotrope #D46FED
Tints of Heliotrope #D46FED
RGB
CMYK
RGB Variations
Color information
#D46FED (or 0xD46FED) is known color: Heliotrope. HEX triplet: D4, 6F and ED. RGB value is (212,111,237). Sum of RGB (Red+Green+Blue) = 212+111+237=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #D46FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46FED is #2B9012. Grayscale: #9B9B9B. Windows color (decimal): -2854931 or 15560660. OLE color: 15560660.
HSL color Cylindrical-coordinate representation of color #D46FED: hue angle of 288.1º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46FED is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 111 | 237 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.07 |
| HSL | 288.1º | 0.78% | 0.68% | - |
| HSV(B) | 288.1º | 0.53% | 0.93% | - |
| XYZ | 48.12 | 31.48 | 83.66 | - |
| YUV | 155.56 | 173.96 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 237 | 0.11 | 0.53 | 0 | 0.07 | 288.1 | 0.78 | 0.68 |
| Hex | D4 | 6F | ED | B | 35 | 0 | 7 | 120 | 4E | 44 |
| Octal | 324 | 157 | 355 | 13 | 65 | 0 | 7 | 440 | 116 | 104 |
| Binary | 11010100 | 1101111 | 11101101 | 1011 | 110101 | 0 | 111 | 100100000 | 1001110 | 1000100 |
Color Harmonies of #D46FED
Complementary color
Monochromatic Colors of #D46FED
Black with #D46FED
Text Example
Text Example
White with #D46FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46FED; }
p { color: rgb(212,111,237); }
H1.HeaderClassName
{
color: #D46FED;
}
.AnyTagClassName
{
color: #D46FED;
}
</style>
background-color css
<style>
a { background-color: #D46FED; }
a { background-color: rgb(212,111,237); }
div.DivClassName
{
background-color: #D46FED;
}
.BgClassName
{
background-color: #D46FED;
}
</style>
border-color css
<style>
span { border-color: #D46FED; }
span { border-color: rgb(212,111,237); }
td.TdClassName
{
border-color: #D46FED;
}
.TagClassName
{
border-color: #D46FED;
}
</style>