Shades of Orchid #D16FDB
Tints of Orchid #D16FDB
RGB
CMYK
RGB Variations
Color information
#D16FDB (or 0xD16FDB) is known color: Orchid. HEX triplet: D1, 6F and DB. RGB value is (209,111,219). Sum of RGB (Red+Green+Blue) = 209+111+219=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #D16FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FDB is #2E9024. Grayscale: #989898. Windows color (decimal): -3051557 or 14381009. OLE color: 14381009.
HSL color Cylindrical-coordinate representation of color #D16FDB: hue angle of 294.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16FDB is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 111 | 219 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.14 |
| HSL | 294.44º | 0.6% | 0.65% | - |
| HSV(B) | 294.44º | 0.49% | 0.86% | - |
| XYZ | 44.77 | 30.04 | 70.46 | - |
| YUV | 152.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 219 | 0.05 | 0.49 | 0 | 0.14 | 294.44 | 0.6 | 0.65 |
| Hex | D1 | 6F | DB | 5 | 31 | 0 | E | 126 | 3C | 41 |
| Octal | 321 | 157 | 333 | 5 | 61 | 0 | 16 | 446 | 74 | 101 |
| Binary | 11010001 | 1101111 | 11011011 | 101 | 110001 | 0 | 1110 | 100100110 | 111100 | 1000001 |
Color Harmonies of #D16FDB
Complementary color
Monochromatic Colors of #D16FDB
Black with #D16FDB
Text Example
Text Example
White with #D16FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FDB; }
p { color: rgb(209,111,219); }
H1.HeaderClassName
{
color: #D16FDB;
}
.AnyTagClassName
{
color: #D16FDB;
}
</style>
background-color css
<style>
a { background-color: #D16FDB; }
a { background-color: rgb(209,111,219); }
div.DivClassName
{
background-color: #D16FDB;
}
.BgClassName
{
background-color: #D16FDB;
}
</style>
border-color css
<style>
span { border-color: #D16FDB; }
span { border-color: rgb(209,111,219); }
td.TdClassName
{
border-color: #D16FDB;
}
.TagClassName
{
border-color: #D16FDB;
}
</style>