Shades of Heliotrope #D366EC
Tints of Heliotrope #D366EC
RGB
CMYK
RGB Variations
Color information
#D366EC (or 0xD366EC) is known color: Heliotrope. HEX triplet: D3, 66 and EC. RGB value is (211,102,236). Sum of RGB (Red+Green+Blue) = 211+102+236=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #D366EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D366EC is #2C9913. Grayscale: #959595. Windows color (decimal): -2922772 or 15492819. OLE color: 15492819.
HSL color Cylindrical-coordinate representation of color #D366EC: hue angle of 288.81º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D366EC is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 102 | 236 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.07 |
| HSL | 288.81º | 0.78% | 0.66% | - |
| HSV(B) | 288.81º | 0.57% | 0.93% | - |
| XYZ | 46.76 | 29.41 | 82.57 | - |
| YUV | 149.87 | 176.61 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 236 | 0.11 | 0.57 | 0 | 0.07 | 288.81 | 0.78 | 0.66 |
| Hex | D3 | 66 | EC | B | 39 | 0 | 7 | 121 | 4E | 42 |
| Octal | 323 | 146 | 354 | 13 | 71 | 0 | 7 | 441 | 116 | 102 |
| Binary | 11010011 | 1100110 | 11101100 | 1011 | 111001 | 0 | 111 | 100100001 | 1001110 | 1000010 |
Color Harmonies of #D366EC
Complementary color
Monochromatic Colors of #D366EC
Black with #D366EC
Text Example
Text Example
White with #D366EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366EC; }
p { color: rgb(211,102,236); }
H1.HeaderClassName
{
color: #D366EC;
}
.AnyTagClassName
{
color: #D366EC;
}
</style>
background-color css
<style>
a { background-color: #D366EC; }
a { background-color: rgb(211,102,236); }
div.DivClassName
{
background-color: #D366EC;
}
.BgClassName
{
background-color: #D366EC;
}
</style>
border-color css
<style>
span { border-color: #D366EC; }
span { border-color: rgb(211,102,236); }
td.TdClassName
{
border-color: #D366EC;
}
.TagClassName
{
border-color: #D366EC;
}
</style>