Shades of Orchid #D36EBE
Tints of Orchid #D36EBE
RGB
CMYK
RGB Variations
Color information
#D36EBE (or 0xD36EBE) is known color: Orchid. HEX triplet: D3, 6E and BE. RGB value is (211,110,190). Sum of RGB (Red+Green+Blue) = 211+110+190=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D36EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36EBE is #2C9141. Grayscale: #959595. Windows color (decimal): -2920770 or 12480211. OLE color: 12480211.
HSL color Cylindrical-coordinate representation of color #D36EBE: hue angle of 312.48º 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 #D36EBE is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 110 | 190 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.17 |
| HSL | 312.48º | 0.53% | 0.63% | - |
| HSV(B) | 312.48º | 0.48% | 0.83% | - |
| XYZ | 41.73 | 28.72 | 52.06 | - |
| YUV | 149.32 | 150.96 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 190 | 0 | 0.48 | 0.10 | 0.17 | 312.48 | 0.53 | 0.63 |
| Hex | D3 | 6E | BE | 0 | 30 | A | 11 | 138 | 35 | 3F |
| Octal | 323 | 156 | 276 | 0 | 60 | 12 | 21 | 470 | 65 | 77 |
| Binary | 11010011 | 1101110 | 10111110 | 0 | 110000 | 1010 | 10001 | 100111000 | 110101 | 111111 |
Color Harmonies of #D36EBE
Complementary color
Monochromatic Colors of #D36EBE
Black with #D36EBE
Text Example
Text Example
White with #D36EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36EBE; }
p { color: rgb(211,110,190); }
H1.HeaderClassName
{
color: #D36EBE;
}
.AnyTagClassName
{
color: #D36EBE;
}
</style>
background-color css
<style>
a { background-color: #D36EBE; }
a { background-color: rgb(211,110,190); }
div.DivClassName
{
background-color: #D36EBE;
}
.BgClassName
{
background-color: #D36EBE;
}
</style>
border-color css
<style>
span { border-color: #D36EBE; }
span { border-color: rgb(211,110,190); }
td.TdClassName
{
border-color: #D36EBE;
}
.TagClassName
{
border-color: #D36EBE;
}
</style>