Shades of Orchid #D16ED9
Tints of Orchid #D16ED9
RGB
CMYK
RGB Variations
Color information
#D16ED9 (or 0xD16ED9) is known color: Orchid. HEX triplet: D1, 6E and D9. RGB value is (209,110,217). Sum of RGB (Red+Green+Blue) = 209+110+217=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #D16ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ED9 is #2E9126. Grayscale: #979797. Windows color (decimal): -3051815 or 14249681. OLE color: 14249681.
HSL color Cylindrical-coordinate representation of color #D16ED9: hue angle of 295.51º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16ED9 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 110 | 217 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.15 |
| HSL | 295.51º | 0.58% | 0.64% | - |
| HSV(B) | 295.51º | 0.49% | 0.85% | - |
| XYZ | 44.39 | 29.72 | 69.04 | - |
| YUV | 151.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 217 | 0.04 | 0.49 | 0 | 0.15 | 295.51 | 0.58 | 0.64 |
| Hex | D1 | 6E | D9 | 4 | 31 | 0 | F | 128 | 3A | 40 |
| Octal | 321 | 156 | 331 | 4 | 61 | 0 | 17 | 450 | 72 | 100 |
| Binary | 11010001 | 1101110 | 11011001 | 100 | 110001 | 0 | 1111 | 100101000 | 111010 | 1000000 |
Color Harmonies of #D16ED9
Complementary color
Monochromatic Colors of #D16ED9
Black with #D16ED9
Text Example
Text Example
White with #D16ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16ED9; }
p { color: rgb(209,110,217); }
H1.HeaderClassName
{
color: #D16ED9;
}
.AnyTagClassName
{
color: #D16ED9;
}
</style>
background-color css
<style>
a { background-color: #D16ED9; }
a { background-color: rgb(209,110,217); }
div.DivClassName
{
background-color: #D16ED9;
}
.BgClassName
{
background-color: #D16ED9;
}
</style>
border-color css
<style>
span { border-color: #D16ED9; }
span { border-color: rgb(209,110,217); }
td.TdClassName
{
border-color: #D16ED9;
}
.TagClassName
{
border-color: #D16ED9;
}
</style>