Shades of Orchid #D16EB8
Tints of Orchid #D16EB8
RGB
CMYK
RGB Variations
Color information
#D16EB8 (or 0xD16EB8) is known color: Orchid. HEX triplet: D1, 6E and B8. RGB value is (209,110,184). Sum of RGB (Red+Green+Blue) = 209+110+184=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EB8 is #2E9147. Grayscale: #939393. Windows color (decimal): -3051848 or 12086993. OLE color: 12086993.
HSL color Cylindrical-coordinate representation of color #D16EB8: hue angle of 315.15º 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 #D16EB8 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 184 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.18 |
| HSL | 315.15º | 0.52% | 0.63% | - |
| HSV(B) | 315.15º | 0.47% | 0.82% | - |
| XYZ | 40.52 | 28.17 | 48.65 | - |
| YUV | 148.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 184 | 0 | 0.47 | 0.12 | 0.18 | 315.15 | 0.52 | 0.63 |
| Hex | D1 | 6E | B8 | 0 | 2F | C | 12 | 13B | 34 | 3F |
| Octal | 321 | 156 | 270 | 0 | 57 | 14 | 22 | 473 | 64 | 77 |
| Binary | 11010001 | 1101110 | 10111000 | 0 | 101111 | 1100 | 10010 | 100111011 | 110100 | 111111 |
Color Harmonies of #D16EB8
Complementary color
Monochromatic Colors of #D16EB8
Black with #D16EB8
Text Example
Text Example
White with #D16EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16EB8; }
p { color: rgb(209,110,184); }
H1.HeaderClassName
{
color: #D16EB8;
}
.AnyTagClassName
{
color: #D16EB8;
}
</style>
background-color css
<style>
a { background-color: #D16EB8; }
a { background-color: rgb(209,110,184); }
div.DivClassName
{
background-color: #D16EB8;
}
.BgClassName
{
background-color: #D16EB8;
}
</style>
border-color css
<style>
span { border-color: #D16EB8; }
span { border-color: rgb(209,110,184); }
td.TdClassName
{
border-color: #D16EB8;
}
.TagClassName
{
border-color: #D16EB8;
}
</style>