Shades of Orchid #D36EDB
Tints of Orchid #D36EDB
RGB
CMYK
RGB Variations
Color information
#D36EDB (or 0xD36EDB) is known color: Orchid. HEX triplet: D3, 6E and DB. RGB value is (211,110,219). Sum of RGB (Red+Green+Blue) = 211+110+219=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #D36EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36EDB is #2C9124. Grayscale: #989898. Windows color (decimal): -2920741 or 14380755. OLE color: 14380755.
HSL color Cylindrical-coordinate representation of color #D36EDB: hue angle of 295.6º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36EDB is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 110 | 219 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.14 |
| HSL | 295.6º | 0.6% | 0.65% | - |
| HSV(B) | 295.6º | 0.5% | 0.86% | - |
| XYZ | 45.23 | 30.12 | 70.45 | - |
| YUV | 152.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 219 | 0.04 | 0.50 | 0 | 0.14 | 295.6 | 0.6 | 0.65 |
| Hex | D3 | 6E | DB | 4 | 32 | 0 | E | 128 | 3C | 41 |
| Octal | 323 | 156 | 333 | 4 | 62 | 0 | 16 | 450 | 74 | 101 |
| Binary | 11010011 | 1101110 | 11011011 | 100 | 110010 | 0 | 1110 | 100101000 | 111100 | 1000001 |
Color Harmonies of #D36EDB
Complementary color
Monochromatic Colors of #D36EDB
Black with #D36EDB
Text Example
Text Example
White with #D36EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36EDB; }
p { color: rgb(211,110,219); }
H1.HeaderClassName
{
color: #D36EDB;
}
.AnyTagClassName
{
color: #D36EDB;
}
</style>
background-color css
<style>
a { background-color: #D36EDB; }
a { background-color: rgb(211,110,219); }
div.DivClassName
{
background-color: #D36EDB;
}
.BgClassName
{
background-color: #D36EDB;
}
</style>
border-color css
<style>
span { border-color: #D36EDB; }
span { border-color: rgb(211,110,219); }
td.TdClassName
{
border-color: #D36EDB;
}
.TagClassName
{
border-color: #D36EDB;
}
</style>