Shades of Orchid #D36DBD
Tints of Orchid #D36DBD
RGB
CMYK
RGB Variations
Color information
#D36DBD (or 0xD36DBD) is known color: Orchid. HEX triplet: D3, 6D and BD. RGB value is (211,109,189). Sum of RGB (Red+Green+Blue) = 211+109+189=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 211 - color contains mainly: red. Hex color #D36DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DBD is #2C9242. Grayscale: #949494. Windows color (decimal): -2921027 or 12414419. OLE color: 12414419.
HSL color Cylindrical-coordinate representation of color #D36DBD: hue angle of 312.94º 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 #D36DBD is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 109 | 189 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.17 |
| HSL | 312.94º | 0.54% | 0.63% | - |
| HSV(B) | 312.94º | 0.48% | 0.83% | - |
| XYZ | 41.52 | 28.46 | 51.45 | - |
| YUV | 148.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 109 | 189 | 0 | 0.48 | 0.10 | 0.17 | 312.94 | 0.54 | 0.63 |
| Hex | D3 | 6D | BD | 0 | 30 | A | 11 | 139 | 36 | 3F |
| Octal | 323 | 155 | 275 | 0 | 60 | 12 | 21 | 471 | 66 | 77 |
| Binary | 11010011 | 1101101 | 10111101 | 0 | 110000 | 1010 | 10001 | 100111001 | 110110 | 111111 |
Color Harmonies of #D36DBD
Complementary color
Monochromatic Colors of #D36DBD
Black with #D36DBD
Text Example
Text Example
White with #D36DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36DBD; }
p { color: rgb(211,109,189); }
H1.HeaderClassName
{
color: #D36DBD;
}
.AnyTagClassName
{
color: #D36DBD;
}
</style>
background-color css
<style>
a { background-color: #D36DBD; }
a { background-color: rgb(211,109,189); }
div.DivClassName
{
background-color: #D36DBD;
}
.BgClassName
{
background-color: #D36DBD;
}
</style>
border-color css
<style>
span { border-color: #D36DBD; }
span { border-color: rgb(211,109,189); }
td.TdClassName
{
border-color: #D36DBD;
}
.TagClassName
{
border-color: #D36DBD;
}
</style>