Shades of Orchid #D36EC0
Tints of Orchid #D36EC0
RGB
CMYK
RGB Variations
Color information
#D36EC0 (or 0xD36EC0) is known color: Orchid. HEX triplet: D3, 6E and C0. RGB value is (211,110,192). Sum of RGB (Red+Green+Blue) = 211+110+192=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D36EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36EC0 is #2C913F. Grayscale: #959595. Windows color (decimal): -2920768 or 12611283. OLE color: 12611283.
HSL color Cylindrical-coordinate representation of color #D36EC0: hue angle of 311.29º 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 #D36EC0 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 110 | 192 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.17 |
| HSL | 311.29º | 0.53% | 0.63% | - |
| HSV(B) | 311.29º | 0.48% | 0.83% | - |
| XYZ | 41.95 | 28.81 | 53.22 | - |
| YUV | 149.55 | 151.96 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 192 | 0 | 0.48 | 0.09 | 0.17 | 311.29 | 0.53 | 0.63 |
| Hex | D3 | 6E | C0 | 0 | 30 | 9 | 11 | 137 | 35 | 3F |
| Octal | 323 | 156 | 300 | 0 | 60 | 11 | 21 | 467 | 65 | 77 |
| Binary | 11010011 | 1101110 | 11000000 | 0 | 110000 | 1001 | 10001 | 100110111 | 110101 | 111111 |
Color Harmonies of #D36EC0
Complementary color
Monochromatic Colors of #D36EC0
Black with #D36EC0
Text Example
Text Example
White with #D36EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36EC0; }
p { color: rgb(211,110,192); }
H1.HeaderClassName
{
color: #D36EC0;
}
.AnyTagClassName
{
color: #D36EC0;
}
</style>
background-color css
<style>
a { background-color: #D36EC0; }
a { background-color: rgb(211,110,192); }
div.DivClassName
{
background-color: #D36EC0;
}
.BgClassName
{
background-color: #D36EC0;
}
</style>
border-color css
<style>
span { border-color: #D36EC0; }
span { border-color: rgb(211,110,192); }
td.TdClassName
{
border-color: #D36EC0;
}
.TagClassName
{
border-color: #D36EC0;
}
</style>