Shades of Orchid #E16AD6
Tints of Orchid #E16AD6
RGB
CMYK
RGB Variations
Color information
#E16AD6 (or 0xE16AD6) is known color: Orchid. HEX triplet: E1, 6A and D6. RGB value is (225,106,214). Sum of RGB (Red+Green+Blue) = 225+106+214=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16AD6 is #1E9529. Grayscale: #999999. Windows color (decimal): -2004266 or 14052065. OLE color: 14052065.
HSL color Cylindrical-coordinate representation of color #E16AD6: hue angle of 305.55º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16AD6 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 214 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.12 |
| HSL | 305.55º | 0.66% | 0.65% | - |
| HSV(B) | 305.55º | 0.53% | 0.88% | - |
| XYZ | 48.34 | 31.17 | 67.09 | - |
| YUV | 153.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 214 | 0 | 0.53 | 0.05 | 0.12 | 305.55 | 0.66 | 0.65 |
| Hex | E1 | 6A | D6 | 0 | 35 | 5 | C | 132 | 42 | 41 |
| Octal | 341 | 152 | 326 | 0 | 65 | 5 | 14 | 462 | 102 | 101 |
| Binary | 11100001 | 1101010 | 11010110 | 0 | 110101 | 101 | 1100 | 100110010 | 1000010 | 1000001 |
Color Harmonies of #E16AD6
Complementary color
Monochromatic Colors of #E16AD6
Black with #E16AD6
Text Example
Text Example
White with #E16AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16AD6; }
p { color: rgb(225,106,214); }
H1.HeaderClassName
{
color: #E16AD6;
}
.AnyTagClassName
{
color: #E16AD6;
}
</style>
background-color css
<style>
a { background-color: #E16AD6; }
a { background-color: rgb(225,106,214); }
div.DivClassName
{
background-color: #E16AD6;
}
.BgClassName
{
background-color: #E16AD6;
}
</style>
border-color css
<style>
span { border-color: #E16AD6; }
span { border-color: rgb(225,106,214); }
td.TdClassName
{
border-color: #E16AD6;
}
.TagClassName
{
border-color: #E16AD6;
}
</style>