Shades of Orchid #D16EE3
Tints of Orchid #D16EE3
RGB
CMYK
RGB Variations
Color information
#D16EE3 (or 0xD16EE3) is known color: Orchid. HEX triplet: D1, 6E and E3. RGB value is (209,110,227). Sum of RGB (Red+Green+Blue) = 209+110+227=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 227 - color contains mainly: blue. Hex color #D16EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EE3 is #2E911C. Grayscale: #989898. Windows color (decimal): -3051805 or 14905041. OLE color: 14905041.
HSL color Cylindrical-coordinate representation of color #D16EE3: hue angle of 290.77º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16EE3 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 110 | 227 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.11 |
| HSL | 290.77º | 0.68% | 0.66% | - |
| HSV(B) | 290.77º | 0.52% | 0.89% | - |
| XYZ | 45.74 | 30.25 | 76.1 | - |
| YUV | 152.94 | 169.8 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 227 | 0.08 | 0.52 | 0 | 0.11 | 290.77 | 0.68 | 0.66 |
| Hex | D1 | 6E | E3 | 8 | 34 | 0 | B | 123 | 44 | 42 |
| Octal | 321 | 156 | 343 | 10 | 64 | 0 | 13 | 443 | 104 | 102 |
| Binary | 11010001 | 1101110 | 11100011 | 1000 | 110100 | 0 | 1011 | 100100011 | 1000100 | 1000010 |
Color Harmonies of #D16EE3
Complementary color
Monochromatic Colors of #D16EE3
Black with #D16EE3
Text Example
Text Example
White with #D16EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16EE3; }
p { color: rgb(209,110,227); }
H1.HeaderClassName
{
color: #D16EE3;
}
.AnyTagClassName
{
color: #D16EE3;
}
</style>
background-color css
<style>
a { background-color: #D16EE3; }
a { background-color: rgb(209,110,227); }
div.DivClassName
{
background-color: #D16EE3;
}
.BgClassName
{
background-color: #D16EE3;
}
</style>
border-color css
<style>
span { border-color: #D16EE3; }
span { border-color: rgb(209,110,227); }
td.TdClassName
{
border-color: #D16EE3;
}
.TagClassName
{
border-color: #D16EE3;
}
</style>