Shades of Orchid #D36EBC
Tints of Orchid #D36EBC
RGB
CMYK
RGB Variations
Color information
#D36EBC (or 0xD36EBC) is known color: Orchid. HEX triplet: D3, 6E and BC. RGB value is (211,110,188). Sum of RGB (Red+Green+Blue) = 211+110+188=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 211 - color contains mainly: red. Hex color #D36EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36EBC is #2C9143. Grayscale: #949494. Windows color (decimal): -2920772 or 12349139. OLE color: 12349139.
HSL color Cylindrical-coordinate representation of color #D36EBC: hue angle of 313.66º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D36EBC is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 110 | 188 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.17 |
| HSL | 313.66º | 0.53% | 0.63% | - |
| HSV(B) | 313.66º | 0.48% | 0.83% | - |
| XYZ | 41.52 | 28.63 | 50.92 | - |
| YUV | 149.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 188 | 0 | 0.48 | 0.11 | 0.17 | 313.66 | 0.53 | 0.63 |
| Hex | D3 | 6E | BC | 0 | 30 | B | 11 | 13A | 35 | 3F |
| Octal | 323 | 156 | 274 | 0 | 60 | 13 | 21 | 472 | 65 | 77 |
| Binary | 11010011 | 1101110 | 10111100 | 0 | 110000 | 1011 | 10001 | 100111010 | 110101 | 111111 |
Color Harmonies of #D36EBC
Complementary color
Monochromatic Colors of #D36EBC
Black with #D36EBC
Text Example
Text Example
White with #D36EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36EBC; }
p { color: rgb(211,110,188); }
H1.HeaderClassName
{
color: #D36EBC;
}
.AnyTagClassName
{
color: #D36EBC;
}
</style>
background-color css
<style>
a { background-color: #D36EBC; }
a { background-color: rgb(211,110,188); }
div.DivClassName
{
background-color: #D36EBC;
}
.BgClassName
{
background-color: #D36EBC;
}
</style>
border-color css
<style>
span { border-color: #D36EBC; }
span { border-color: rgb(211,110,188); }
td.TdClassName
{
border-color: #D36EBC;
}
.TagClassName
{
border-color: #D36EBC;
}
</style>