Shades of Orchid #D16EDD
Tints of Orchid #D16EDD
RGB
CMYK
RGB Variations
Color information
#D16EDD (or 0xD16EDD) is known color: Orchid. HEX triplet: D1, 6E and DD. RGB value is (209,110,221). Sum of RGB (Red+Green+Blue) = 209+110+221=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #D16EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EDD is #2E9122. Grayscale: #979797. Windows color (decimal): -3051811 or 14511825. OLE color: 14511825.
HSL color Cylindrical-coordinate representation of color #D16EDD: hue angle of 293.51º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16EDD is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 110 | 221 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.13 |
| HSL | 293.51º | 0.62% | 0.65% | - |
| HSV(B) | 293.51º | 0.5% | 0.87% | - |
| XYZ | 44.92 | 29.93 | 71.82 | - |
| YUV | 152.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 221 | 0.05 | 0.50 | 0 | 0.13 | 293.51 | 0.62 | 0.65 |
| Hex | D1 | 6E | DD | 5 | 32 | 0 | D | 126 | 3E | 41 |
| Octal | 321 | 156 | 335 | 5 | 62 | 0 | 15 | 446 | 76 | 101 |
| Binary | 11010001 | 1101110 | 11011101 | 101 | 110010 | 0 | 1101 | 100100110 | 111110 | 1000001 |
Color Harmonies of #D16EDD
Complementary color
Monochromatic Colors of #D16EDD
Black with #D16EDD
Text Example
Text Example
White with #D16EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16EDD; }
p { color: rgb(209,110,221); }
H1.HeaderClassName
{
color: #D16EDD;
}
.AnyTagClassName
{
color: #D16EDD;
}
</style>
background-color css
<style>
a { background-color: #D16EDD; }
a { background-color: rgb(209,110,221); }
div.DivClassName
{
background-color: #D16EDD;
}
.BgClassName
{
background-color: #D16EDD;
}
</style>
border-color css
<style>
span { border-color: #D16EDD; }
span { border-color: rgb(209,110,221); }
td.TdClassName
{
border-color: #D16EDD;
}
.TagClassName
{
border-color: #D16EDD;
}
</style>