Shades of Heliotrope #D46CED
Tints of Heliotrope #D46CED
RGB
CMYK
RGB Variations
Color information
#D46CED (or 0xD46CED) is known color: Heliotrope. HEX triplet: D4, 6C and ED. RGB value is (212,108,237). Sum of RGB (Red+Green+Blue) = 212+108+237=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #D46CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46CED is #2B9312. Grayscale: #999999. Windows color (decimal): -2855699 or 15559892. OLE color: 15559892.
HSL color Cylindrical-coordinate representation of color #D46CED: hue angle of 288.37º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D46CED is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 108 | 237 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.07 |
| HSL | 288.37º | 0.78% | 0.68% | - |
| HSV(B) | 288.37º | 0.54% | 0.93% | - |
| XYZ | 47.8 | 30.84 | 83.55 | - |
| YUV | 153.8 | 174.96 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 237 | 0.11 | 0.54 | 0 | 0.07 | 288.37 | 0.78 | 0.68 |
| Hex | D4 | 6C | ED | B | 36 | 0 | 7 | 120 | 4E | 44 |
| Octal | 324 | 154 | 355 | 13 | 66 | 0 | 7 | 440 | 116 | 104 |
| Binary | 11010100 | 1101100 | 11101101 | 1011 | 110110 | 0 | 111 | 100100000 | 1001110 | 1000100 |
Color Harmonies of #D46CED
Complementary color
Monochromatic Colors of #D46CED
Black with #D46CED
Text Example
Text Example
White with #D46CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CED; }
p { color: rgb(212,108,237); }
H1.HeaderClassName
{
color: #D46CED;
}
.AnyTagClassName
{
color: #D46CED;
}
</style>
background-color css
<style>
a { background-color: #D46CED; }
a { background-color: rgb(212,108,237); }
div.DivClassName
{
background-color: #D46CED;
}
.BgClassName
{
background-color: #D46CED;
}
</style>
border-color css
<style>
span { border-color: #D46CED; }
span { border-color: rgb(212,108,237); }
td.TdClassName
{
border-color: #D46CED;
}
.TagClassName
{
border-color: #D46CED;
}
</style>