Shades of Orchid #E16CD8
Tints of Orchid #E16CD8
RGB
CMYK
RGB Variations
Color information
#E16CD8 (or 0xE16CD8) is known color: Orchid. HEX triplet: E1, 6C and D8. RGB value is (225,108,216). Sum of RGB (Red+Green+Blue) = 225+108+216=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CD8 is #1E9327. Grayscale: #9A9A9A. Windows color (decimal): -2003752 or 14183649. OLE color: 14183649.
HSL color Cylindrical-coordinate representation of color #E16CD8: hue angle of 304.62º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16CD8 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 216 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.12 |
| HSL | 304.62º | 0.66% | 0.65% | - |
| HSV(B) | 304.62º | 0.52% | 0.88% | - |
| XYZ | 48.81 | 31.69 | 68.51 | - |
| YUV | 155.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 216 | 0 | 0.52 | 0.04 | 0.12 | 304.62 | 0.66 | 0.65 |
| Hex | E1 | 6C | D8 | 0 | 34 | 4 | C | 131 | 42 | 41 |
| Octal | 341 | 154 | 330 | 0 | 64 | 4 | 14 | 461 | 102 | 101 |
| Binary | 11100001 | 1101100 | 11011000 | 0 | 110100 | 100 | 1100 | 100110001 | 1000010 | 1000001 |
Color Harmonies of #E16CD8
Complementary color
Monochromatic Colors of #E16CD8
Black with #E16CD8
Text Example
Text Example
White with #E16CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16CD8; }
p { color: rgb(225,108,216); }
H1.HeaderClassName
{
color: #E16CD8;
}
.AnyTagClassName
{
color: #E16CD8;
}
</style>
background-color css
<style>
a { background-color: #E16CD8; }
a { background-color: rgb(225,108,216); }
div.DivClassName
{
background-color: #E16CD8;
}
.BgClassName
{
background-color: #E16CD8;
}
</style>
border-color css
<style>
span { border-color: #E16CD8; }
span { border-color: rgb(225,108,216); }
td.TdClassName
{
border-color: #E16CD8;
}
.TagClassName
{
border-color: #E16CD8;
}
</style>