Shades of Orchid #D16BDB
Tints of Orchid #D16BDB
RGB
CMYK
RGB Variations
Color information
#D16BDB (or 0xD16BDB) is known color: Orchid. HEX triplet: D1, 6B and DB. RGB value is (209,107,219). Sum of RGB (Red+Green+Blue) = 209+107+219=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #D16BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BDB is #2E9424. Grayscale: #959595. Windows color (decimal): -3052581 or 14379985. OLE color: 14379985.
HSL color Cylindrical-coordinate representation of color #D16BDB: hue angle of 294.64º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16BDB is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 107 | 219 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.14 |
| HSL | 294.64º | 0.61% | 0.64% | - |
| HSV(B) | 294.64º | 0.51% | 0.86% | - |
| XYZ | 44.34 | 29.19 | 70.31 | - |
| YUV | 150.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 219 | 0.05 | 0.51 | 0 | 0.14 | 294.64 | 0.61 | 0.64 |
| Hex | D1 | 6B | DB | 5 | 33 | 0 | E | 127 | 3D | 40 |
| Octal | 321 | 153 | 333 | 5 | 63 | 0 | 16 | 447 | 75 | 100 |
| Binary | 11010001 | 1101011 | 11011011 | 101 | 110011 | 0 | 1110 | 100100111 | 111101 | 1000000 |
Color Harmonies of #D16BDB
Complementary color
Monochromatic Colors of #D16BDB
Black with #D16BDB
Text Example
Text Example
White with #D16BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16BDB; }
p { color: rgb(209,107,219); }
H1.HeaderClassName
{
color: #D16BDB;
}
.AnyTagClassName
{
color: #D16BDB;
}
</style>
background-color css
<style>
a { background-color: #D16BDB; }
a { background-color: rgb(209,107,219); }
div.DivClassName
{
background-color: #D16BDB;
}
.BgClassName
{
background-color: #D16BDB;
}
</style>
border-color css
<style>
span { border-color: #D16BDB; }
span { border-color: rgb(209,107,219); }
td.TdClassName
{
border-color: #D16BDB;
}
.TagClassName
{
border-color: #D16BDB;
}
</style>