Shades of Orchid #D16EDE
Tints of Orchid #D16EDE
RGB
CMYK
RGB Variations
Color information
#D16EDE (or 0xD16EDE) is known color: Orchid. HEX triplet: D1, 6E and DE. RGB value is (209,110,222). Sum of RGB (Red+Green+Blue) = 209+110+222=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #D16EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EDE is #2E9121. Grayscale: #989898. Windows color (decimal): -3051810 or 14577361. OLE color: 14577361.
HSL color Cylindrical-coordinate representation of color #D16EDE: hue angle of 293.04º degrees, saturation: 0.63, 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 #D16EDE is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 110 | 222 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.13 |
| HSL | 293.04º | 0.63% | 0.65% | - |
| HSV(B) | 293.04º | 0.5% | 0.87% | - |
| XYZ | 45.06 | 29.98 | 72.52 | - |
| YUV | 152.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 222 | 0.06 | 0.50 | 0 | 0.13 | 293.04 | 0.63 | 0.65 |
| Hex | D1 | 6E | DE | 6 | 32 | 0 | D | 125 | 3F | 41 |
| Octal | 321 | 156 | 336 | 6 | 62 | 0 | 15 | 445 | 77 | 101 |
| Binary | 11010001 | 1101110 | 11011110 | 110 | 110010 | 0 | 1101 | 100100101 | 111111 | 1000001 |
Color Harmonies of #D16EDE
Complementary color
Monochromatic Colors of #D16EDE
Black with #D16EDE
Text Example
Text Example
White with #D16EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16EDE; }
p { color: rgb(209,110,222); }
H1.HeaderClassName
{
color: #D16EDE;
}
.AnyTagClassName
{
color: #D16EDE;
}
</style>
background-color css
<style>
a { background-color: #D16EDE; }
a { background-color: rgb(209,110,222); }
div.DivClassName
{
background-color: #D16EDE;
}
.BgClassName
{
background-color: #D16EDE;
}
</style>
border-color css
<style>
span { border-color: #D16EDE; }
span { border-color: rgb(209,110,222); }
td.TdClassName
{
border-color: #D16EDE;
}
.TagClassName
{
border-color: #D16EDE;
}
</style>