Shades of Orchid #D36DBF
Tints of Orchid #D36DBF
RGB
CMYK
RGB Variations
Color information
#D36DBF (or 0xD36DBF) is known color: Orchid. HEX triplet: D3, 6D and BF. RGB value is (211,109,191). Sum of RGB (Red+Green+Blue) = 211+109+191=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D36DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DBF is #2C9240. Grayscale: #949494. Windows color (decimal): -2921025 or 12545491. OLE color: 12545491.
HSL color Cylindrical-coordinate representation of color #D36DBF: hue angle of 311.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 #D36DBF is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 109 | 191 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.17 |
| HSL | 311.76º | 0.54% | 0.63% | - |
| HSV(B) | 311.76º | 0.48% | 0.83% | - |
| XYZ | 41.74 | 28.55 | 52.6 | - |
| YUV | 148.85 | 151.79 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 109 | 191 | 0 | 0.48 | 0.09 | 0.17 | 311.76 | 0.54 | 0.63 |
| Hex | D3 | 6D | BF | 0 | 30 | 9 | 11 | 138 | 36 | 3F |
| Octal | 323 | 155 | 277 | 0 | 60 | 11 | 21 | 470 | 66 | 77 |
| Binary | 11010011 | 1101101 | 10111111 | 0 | 110000 | 1001 | 10001 | 100111000 | 110110 | 111111 |
Color Harmonies of #D36DBF
Complementary color
Monochromatic Colors of #D36DBF
Black with #D36DBF
Text Example
Text Example
White with #D36DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36DBF; }
p { color: rgb(211,109,191); }
H1.HeaderClassName
{
color: #D36DBF;
}
.AnyTagClassName
{
color: #D36DBF;
}
</style>
background-color css
<style>
a { background-color: #D36DBF; }
a { background-color: rgb(211,109,191); }
div.DivClassName
{
background-color: #D36DBF;
}
.BgClassName
{
background-color: #D36DBF;
}
</style>
border-color css
<style>
span { border-color: #D36DBF; }
span { border-color: rgb(211,109,191); }
td.TdClassName
{
border-color: #D36DBF;
}
.TagClassName
{
border-color: #D36DBF;
}
</style>