Shades of Orchid #D36ED5
Tints of Orchid #D36ED5
RGB
CMYK
RGB Variations
Color information
#D36ED5 (or 0xD36ED5) is known color: Orchid. HEX triplet: D3, 6E and D5. RGB value is (211,110,213). Sum of RGB (Red+Green+Blue) = 211+110+213=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #D36ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ED5 is #2C912A. Grayscale: #979797. Windows color (decimal): -2920747 or 13987539. OLE color: 13987539.
HSL color Cylindrical-coordinate representation of color #D36ED5: hue angle of 298.83º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D36ED5 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 110 | 213 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.16 |
| HSL | 298.84º | 0.55% | 0.63% | - |
| HSV(B) | 298.84º | 0.48% | 0.84% | - |
| XYZ | 44.45 | 29.8 | 66.36 | - |
| YUV | 151.94 | 162.46 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 213 | 0.01 | 0.48 | 0 | 0.16 | 298.84 | 0.55 | 0.63 |
| Hex | D3 | 6E | D5 | 1 | 30 | 0 | 10 | 12B | 37 | 3F |
| Octal | 323 | 156 | 325 | 1 | 60 | 0 | 20 | 453 | 67 | 77 |
| Binary | 11010011 | 1101110 | 11010101 | 1 | 110000 | 0 | 10000 | 100101011 | 110111 | 111111 |
Color Harmonies of #D36ED5
Complementary color
Monochromatic Colors of #D36ED5
Black with #D36ED5
Text Example
Text Example
White with #D36ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36ED5; }
p { color: rgb(211,110,213); }
H1.HeaderClassName
{
color: #D36ED5;
}
.AnyTagClassName
{
color: #D36ED5;
}
</style>
background-color css
<style>
a { background-color: #D36ED5; }
a { background-color: rgb(211,110,213); }
div.DivClassName
{
background-color: #D36ED5;
}
.BgClassName
{
background-color: #D36ED5;
}
</style>
border-color css
<style>
span { border-color: #D36ED5; }
span { border-color: rgb(211,110,213); }
td.TdClassName
{
border-color: #D36ED5;
}
.TagClassName
{
border-color: #D36ED5;
}
</style>