Shades of Orchid #D16FBC
Tints of Orchid #D16FBC
RGB
CMYK
RGB Variations
Color information
#D16FBC (or 0xD16FBC) is known color: Orchid. HEX triplet: D1, 6F and BC. RGB value is (209,111,188). Sum of RGB (Red+Green+Blue) = 209+111+188=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D16FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FBC is #2E9043. Grayscale: #949494. Windows color (decimal): -3051588 or 12349393. OLE color: 12349393.
HSL color Cylindrical-coordinate representation of color #D16FBC: hue angle of 312.86º 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 #D16FBC is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 188 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.18 |
| HSL | 312.86º | 0.52% | 0.63% | - |
| HSV(B) | 312.86º | 0.47% | 0.82% | - |
| XYZ | 41.06 | 28.56 | 50.92 | - |
| YUV | 149.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 188 | 0 | 0.47 | 0.10 | 0.18 | 312.86 | 0.52 | 0.63 |
| Hex | D1 | 6F | BC | 0 | 2F | A | 12 | 139 | 34 | 3F |
| Octal | 321 | 157 | 274 | 0 | 57 | 12 | 22 | 471 | 64 | 77 |
| Binary | 11010001 | 1101111 | 10111100 | 0 | 101111 | 1010 | 10010 | 100111001 | 110100 | 111111 |
Color Harmonies of #D16FBC
Complementary color
Monochromatic Colors of #D16FBC
Black with #D16FBC
Text Example
Text Example
White with #D16FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FBC; }
p { color: rgb(209,111,188); }
H1.HeaderClassName
{
color: #D16FBC;
}
.AnyTagClassName
{
color: #D16FBC;
}
</style>
background-color css
<style>
a { background-color: #D16FBC; }
a { background-color: rgb(209,111,188); }
div.DivClassName
{
background-color: #D16FBC;
}
.BgClassName
{
background-color: #D16FBC;
}
</style>
border-color css
<style>
span { border-color: #D16FBC; }
span { border-color: rgb(209,111,188); }
td.TdClassName
{
border-color: #D16FBC;
}
.TagClassName
{
border-color: #D16FBC;
}
</style>