Shades of Orchid #D36DD0
Tints of Orchid #D36DD0
RGB
CMYK
RGB Variations
Color information
#D36DD0 (or 0xD36DD0) is known color: Orchid. HEX triplet: D3, 6D and D0. RGB value is (211,109,208). Sum of RGB (Red+Green+Blue) = 211+109+208=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D36DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DD0 is #2C922F. Grayscale: #969696. Windows color (decimal): -2921008 or 13659603. OLE color: 13659603.
HSL color Cylindrical-coordinate representation of color #D36DD0: hue angle of 301.76º degrees, saturation: 0.54, 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 #D36DD0 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 109 | 208 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.17 |
| HSL | 301.76º | 0.54% | 0.63% | - |
| HSV(B) | 301.76º | 0.48% | 0.83% | - |
| XYZ | 43.72 | 29.34 | 63.03 | - |
| YUV | 150.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 109 | 208 | 0 | 0.48 | 0.01 | 0.17 | 301.76 | 0.54 | 0.63 |
| Hex | D3 | 6D | D0 | 0 | 30 | 1 | 11 | 12E | 36 | 3F |
| Octal | 323 | 155 | 320 | 0 | 60 | 1 | 21 | 456 | 66 | 77 |
| Binary | 11010011 | 1101101 | 11010000 | 0 | 110000 | 1 | 10001 | 100101110 | 110110 | 111111 |
Color Harmonies of #D36DD0
Complementary color
Monochromatic Colors of #D36DD0
Black with #D36DD0
Text Example
Text Example
White with #D36DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36DD0; }
p { color: rgb(211,109,208); }
H1.HeaderClassName
{
color: #D36DD0;
}
.AnyTagClassName
{
color: #D36DD0;
}
</style>
background-color css
<style>
a { background-color: #D36DD0; }
a { background-color: rgb(211,109,208); }
div.DivClassName
{
background-color: #D36DD0;
}
.BgClassName
{
background-color: #D36DD0;
}
</style>
border-color css
<style>
span { border-color: #D36DD0; }
span { border-color: rgb(211,109,208); }
td.TdClassName
{
border-color: #D36DD0;
}
.TagClassName
{
border-color: #D36DD0;
}
</style>