Shades of Orchid #E16CE1
Tints of Orchid #E16CE1
RGB
CMYK
RGB Variations
Color information
#E16CE1 (or 0xE16CE1) is known color: Orchid. HEX triplet: E1, 6C and E1. RGB value is (225,108,225). Sum of RGB (Red+Green+Blue) = 225+108+225=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E16CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CE1 is #1E931E. Grayscale: #9B9B9B. Windows color (decimal): -2003743 or 14773473. OLE color: 14773473.
HSL color Cylindrical-coordinate representation of color #E16CE1: hue angle of 300º 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 #E16CE1 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 225 | - |
| CMYK | 0 | 0.52 | 0 | 0.12 |
| HSL | 300º | 0.66% | 0.65% | - |
| HSV(B) | 300º | 0.52% | 0.88% | - |
| XYZ | 50 | 32.17 | 74.81 | - |
| YUV | 156.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 225 | 0 | 0.52 | 0 | 0.12 | 300 | 0.66 | 0.65 |
| Hex | E1 | 6C | E1 | 0 | 34 | 0 | C | 12C | 42 | 41 |
| Octal | 341 | 154 | 341 | 0 | 64 | 0 | 14 | 454 | 102 | 101 |
| Binary | 11100001 | 1101100 | 11100001 | 0 | 110100 | 0 | 1100 | 100101100 | 1000010 | 1000001 |
Color Harmonies of #E16CE1
Complementary color
Monochromatic Colors of #E16CE1
Black with #E16CE1
Text Example
Text Example
White with #E16CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16CE1; }
p { color: rgb(225,108,225); }
H1.HeaderClassName
{
color: #E16CE1;
}
.AnyTagClassName
{
color: #E16CE1;
}
</style>
background-color css
<style>
a { background-color: #E16CE1; }
a { background-color: rgb(225,108,225); }
div.DivClassName
{
background-color: #E16CE1;
}
.BgClassName
{
background-color: #E16CE1;
}
</style>
border-color css
<style>
span { border-color: #E16CE1; }
span { border-color: rgb(225,108,225); }
td.TdClassName
{
border-color: #E16CE1;
}
.TagClassName
{
border-color: #E16CE1;
}
</style>