Shades of Orchid #D16EBC
Tints of Orchid #D16EBC
RGB
CMYK
RGB Variations
Color information
#D16EBC (or 0xD16EBC) is known color: Orchid. HEX triplet: D1, 6E and BC. RGB value is (209,110,188). Sum of RGB (Red+Green+Blue) = 209+110+188=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EBC is #2E9143. Grayscale: #949494. Windows color (decimal): -3051844 or 12349137. OLE color: 12349137.
HSL color Cylindrical-coordinate representation of color #D16EBC: hue angle of 312.73º 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 #D16EBC is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 188 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.18 |
| HSL | 312.73º | 0.52% | 0.63% | - |
| HSV(B) | 312.73º | 0.47% | 0.82% | - |
| XYZ | 40.95 | 28.34 | 50.89 | - |
| YUV | 148.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 188 | 0 | 0.47 | 0.10 | 0.18 | 312.73 | 0.52 | 0.63 |
| Hex | D1 | 6E | BC | 0 | 2F | A | 12 | 139 | 34 | 3F |
| Octal | 321 | 156 | 274 | 0 | 57 | 12 | 22 | 471 | 64 | 77 |
| Binary | 11010001 | 1101110 | 10111100 | 0 | 101111 | 1010 | 10010 | 100111001 | 110100 | 111111 |
Color Harmonies of #D16EBC
Complementary color
Monochromatic Colors of #D16EBC
Black with #D16EBC
Text Example
Text Example
White with #D16EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16EBC; }
p { color: rgb(209,110,188); }
H1.HeaderClassName
{
color: #D16EBC;
}
.AnyTagClassName
{
color: #D16EBC;
}
</style>
background-color css
<style>
a { background-color: #D16EBC; }
a { background-color: rgb(209,110,188); }
div.DivClassName
{
background-color: #D16EBC;
}
.BgClassName
{
background-color: #D16EBC;
}
</style>
border-color css
<style>
span { border-color: #D16EBC; }
span { border-color: rgb(209,110,188); }
td.TdClassName
{
border-color: #D16EBC;
}
.TagClassName
{
border-color: #D16EBC;
}
</style>