Shades of Heliotrope #D46BEA
Tints of Heliotrope #D46BEA
RGB
CMYK
RGB Variations
Color information
#D46BEA (or 0xD46BEA) is known color: Heliotrope. HEX triplet: D4, 6B and EA. RGB value is (212,107,234). Sum of RGB (Red+Green+Blue) = 212+107+234=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 107 (42.19% from 255 or 19.35% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #D46BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46BEA is #2B9415. Grayscale: #989898. Windows color (decimal): -2855958 or 15363028. OLE color: 15363028.
HSL color Cylindrical-coordinate representation of color #D46BEA: hue angle of 289.61º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D46BEA is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 107 | 234 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.08 |
| HSL | 289.61º | 0.75% | 0.67% | - |
| HSV(B) | 289.61º | 0.54% | 0.92% | - |
| XYZ | 47.26 | 30.45 | 81.23 | - |
| YUV | 152.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 234 | 0.09 | 0.54 | 0 | 0.08 | 289.61 | 0.75 | 0.67 |
| Hex | D4 | 6B | EA | 9 | 36 | 0 | 8 | 122 | 4B | 43 |
| Octal | 324 | 153 | 352 | 11 | 66 | 0 | 10 | 442 | 113 | 103 |
| Binary | 11010100 | 1101011 | 11101010 | 1001 | 110110 | 0 | 1000 | 100100010 | 1001011 | 1000011 |
Color Harmonies of #D46BEA
Complementary color
Monochromatic Colors of #D46BEA
Black with #D46BEA
Text Example
Text Example
White with #D46BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46BEA; }
p { color: rgb(212,107,234); }
H1.HeaderClassName
{
color: #D46BEA;
}
.AnyTagClassName
{
color: #D46BEA;
}
</style>
background-color css
<style>
a { background-color: #D46BEA; }
a { background-color: rgb(212,107,234); }
div.DivClassName
{
background-color: #D46BEA;
}
.BgClassName
{
background-color: #D46BEA;
}
</style>
border-color css
<style>
span { border-color: #D46BEA; }
span { border-color: rgb(212,107,234); }
td.TdClassName
{
border-color: #D46BEA;
}
.TagClassName
{
border-color: #D46BEA;
}
</style>