Shades of Orchid #D36EE0
Tints of Orchid #D36EE0
RGB
CMYK
RGB Variations
Color information
#D36EE0 (or 0xD36EE0) is known color: Orchid. HEX triplet: D3, 6E and E0. RGB value is (211,110,224). Sum of RGB (Red+Green+Blue) = 211+110+224=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #D36EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36EE0 is #2C911F. Grayscale: #989898. Windows color (decimal): -2920736 or 14708435. OLE color: 14708435.
HSL color Cylindrical-coordinate representation of color #D36EE0: hue angle of 293.16º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36EE0 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 110 | 224 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.12 |
| HSL | 293.16º | 0.65% | 0.65% | - |
| HSV(B) | 293.16º | 0.51% | 0.88% | - |
| XYZ | 45.89 | 30.38 | 73.97 | - |
| YUV | 153.2 | 167.96 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 224 | 0.06 | 0.51 | 0 | 0.12 | 293.16 | 0.65 | 0.65 |
| Hex | D3 | 6E | E0 | 6 | 33 | 0 | C | 125 | 41 | 41 |
| Octal | 323 | 156 | 340 | 6 | 63 | 0 | 14 | 445 | 101 | 101 |
| Binary | 11010011 | 1101110 | 11100000 | 110 | 110011 | 0 | 1100 | 100100101 | 1000001 | 1000001 |
Color Harmonies of #D36EE0
Complementary color
Monochromatic Colors of #D36EE0
Black with #D36EE0
Text Example
Text Example
White with #D36EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36EE0; }
p { color: rgb(211,110,224); }
H1.HeaderClassName
{
color: #D36EE0;
}
.AnyTagClassName
{
color: #D36EE0;
}
</style>
background-color css
<style>
a { background-color: #D36EE0; }
a { background-color: rgb(211,110,224); }
div.DivClassName
{
background-color: #D36EE0;
}
.BgClassName
{
background-color: #D36EE0;
}
</style>
border-color css
<style>
span { border-color: #D36EE0; }
span { border-color: rgb(211,110,224); }
td.TdClassName
{
border-color: #D36EE0;
}
.TagClassName
{
border-color: #D36EE0;
}
</style>