Shades of Orchid #D16EB9
Tints of Orchid #D16EB9
RGB
CMYK
RGB Variations
Color information
#D16EB9 (or 0xD16EB9) is known color: Orchid. HEX triplet: D1, 6E and B9. RGB value is (209,110,185). Sum of RGB (Red+Green+Blue) = 209+110+185=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EB9 is #2E9146. Grayscale: #939393. Windows color (decimal): -3051847 or 12152529. OLE color: 12152529.
HSL color Cylindrical-coordinate representation of color #D16EB9: hue angle of 314.55º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16EB9 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 185 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.18 |
| HSL | 314.55º | 0.52% | 0.63% | - |
| HSV(B) | 314.55º | 0.47% | 0.82% | - |
| XYZ | 40.63 | 28.21 | 49.2 | - |
| YUV | 148.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 185 | 0 | 0.47 | 0.11 | 0.18 | 314.55 | 0.52 | 0.63 |
| Hex | D1 | 6E | B9 | 0 | 2F | B | 12 | 13B | 34 | 3F |
| Octal | 321 | 156 | 271 | 0 | 57 | 13 | 22 | 473 | 64 | 77 |
| Binary | 11010001 | 1101110 | 10111001 | 0 | 101111 | 1011 | 10010 | 100111011 | 110100 | 111111 |
Color Harmonies of #D16EB9
Complementary color
Monochromatic Colors of #D16EB9
Black with #D16EB9
Text Example
Text Example
White with #D16EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16EB9; }
p { color: rgb(209,110,185); }
H1.HeaderClassName
{
color: #D16EB9;
}
.AnyTagClassName
{
color: #D16EB9;
}
</style>
background-color css
<style>
a { background-color: #D16EB9; }
a { background-color: rgb(209,110,185); }
div.DivClassName
{
background-color: #D16EB9;
}
.BgClassName
{
background-color: #D16EB9;
}
</style>
border-color css
<style>
span { border-color: #D16EB9; }
span { border-color: rgb(209,110,185); }
td.TdClassName
{
border-color: #D16EB9;
}
.TagClassName
{
border-color: #D16EB9;
}
</style>