Shades of Orchid #D16EDC
Tints of Orchid #D16EDC
RGB
CMYK
RGB Variations
Color information
#D16EDC (or 0xD16EDC) is known color: Orchid. HEX triplet: D1, 6E and DC. RGB value is (209,110,220). Sum of RGB (Red+Green+Blue) = 209+110+220=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #D16EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EDC is #2E9123. Grayscale: #979797. Windows color (decimal): -3051812 or 14446289. OLE color: 14446289.
HSL color Cylindrical-coordinate representation of color #D16EDC: hue angle of 294º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16EDC is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 110 | 220 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.14 |
| HSL | 294º | 0.61% | 0.65% | - |
| HSV(B) | 294º | 0.5% | 0.86% | - |
| XYZ | 44.79 | 29.87 | 71.12 | - |
| YUV | 152.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 220 | 0.05 | 0.50 | 0 | 0.14 | 294 | 0.61 | 0.65 |
| Hex | D1 | 6E | DC | 5 | 32 | 0 | E | 126 | 3D | 41 |
| Octal | 321 | 156 | 334 | 5 | 62 | 0 | 16 | 446 | 75 | 101 |
| Binary | 11010001 | 1101110 | 11011100 | 101 | 110010 | 0 | 1110 | 100100110 | 111101 | 1000001 |
Color Harmonies of #D16EDC
Complementary color
Monochromatic Colors of #D16EDC
Black with #D16EDC
Text Example
Text Example
White with #D16EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16EDC; }
p { color: rgb(209,110,220); }
H1.HeaderClassName
{
color: #D16EDC;
}
.AnyTagClassName
{
color: #D16EDC;
}
</style>
background-color css
<style>
a { background-color: #D16EDC; }
a { background-color: rgb(209,110,220); }
div.DivClassName
{
background-color: #D16EDC;
}
.BgClassName
{
background-color: #D16EDC;
}
</style>
border-color css
<style>
span { border-color: #D16EDC; }
span { border-color: rgb(209,110,220); }
td.TdClassName
{
border-color: #D16EDC;
}
.TagClassName
{
border-color: #D16EDC;
}
</style>