Shades of Orchid #D36CBD
Tints of Orchid #D36CBD
RGB
CMYK
RGB Variations
Color information
#D36CBD (or 0xD36CBD) is known color: Orchid. HEX triplet: D3, 6C and BD. RGB value is (211,108,189). Sum of RGB (Red+Green+Blue) = 211+108+189=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D36CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36CBD is #2C9342. Grayscale: #939393. Windows color (decimal): -2921283 or 12414163. OLE color: 12414163.
HSL color Cylindrical-coordinate representation of color #D36CBD: hue angle of 312.82º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36CBD is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 189 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.17 |
| HSL | 312.82º | 0.54% | 0.63% | - |
| HSV(B) | 312.82º | 0.49% | 0.83% | - |
| XYZ | 41.41 | 28.25 | 51.41 | - |
| YUV | 148.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 189 | 0 | 0.49 | 0.10 | 0.17 | 312.82 | 0.54 | 0.63 |
| Hex | D3 | 6C | BD | 0 | 31 | A | 11 | 139 | 36 | 3F |
| Octal | 323 | 154 | 275 | 0 | 61 | 12 | 21 | 471 | 66 | 77 |
| Binary | 11010011 | 1101100 | 10111101 | 0 | 110001 | 1010 | 10001 | 100111001 | 110110 | 111111 |
Color Harmonies of #D36CBD
Complementary color
Monochromatic Colors of #D36CBD
Black with #D36CBD
Text Example
Text Example
White with #D36CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36CBD; }
p { color: rgb(211,108,189); }
H1.HeaderClassName
{
color: #D36CBD;
}
.AnyTagClassName
{
color: #D36CBD;
}
</style>
background-color css
<style>
a { background-color: #D36CBD; }
a { background-color: rgb(211,108,189); }
div.DivClassName
{
background-color: #D36CBD;
}
.BgClassName
{
background-color: #D36CBD;
}
</style>
border-color css
<style>
span { border-color: #D36CBD; }
span { border-color: rgb(211,108,189); }
td.TdClassName
{
border-color: #D36CBD;
}
.TagClassName
{
border-color: #D36CBD;
}
</style>