Shades of Orchid #E16CE2
Tints of Orchid #E16CE2
RGB
CMYK
RGB Variations
Color information
#E16CE2 (or 0xE16CE2) is known color: Orchid. HEX triplet: E1, 6C and E2. RGB value is (225,108,226). Sum of RGB (Red+Green+Blue) = 225+108+226=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 226 (88.67% from 255 or 40.43% from 559); Max value from RGB is 226 - color contains mainly: blue. Hex color #E16CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CE2 is #1E931D. Grayscale: #9C9C9C. Windows color (decimal): -2003742 or 14839009. OLE color: 14839009.
HSL color Cylindrical-coordinate representation of color #E16CE2: hue angle of 299.49º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16CE2 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 108 | 226 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.11 |
| HSL | 299.49º | 0.67% | 0.65% | - |
| HSV(B) | 299.49º | 0.52% | 0.89% | - |
| XYZ | 50.14 | 32.22 | 75.53 | - |
| YUV | 156.44 | 167.26 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 226 | 0.00 | 0.52 | 0 | 0.11 | 299.49 | 0.67 | 0.65 |
| Hex | E1 | 6C | E2 | 0 | 34 | 0 | B | 12B | 43 | 41 |
| Octal | 341 | 154 | 342 | 0 | 64 | 0 | 13 | 453 | 103 | 101 |
| Binary | 11100001 | 1101100 | 11100010 | 0 | 110100 | 0 | 1011 | 100101011 | 1000011 | 1000001 |
Color Harmonies of #E16CE2
Complementary color
Monochromatic Colors of #E16CE2
Black with #E16CE2
Text Example
Text Example
White with #E16CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16CE2; }
p { color: rgb(225,108,226); }
H1.HeaderClassName
{
color: #E16CE2;
}
.AnyTagClassName
{
color: #E16CE2;
}
</style>
background-color css
<style>
a { background-color: #E16CE2; }
a { background-color: rgb(225,108,226); }
div.DivClassName
{
background-color: #E16CE2;
}
.BgClassName
{
background-color: #E16CE2;
}
</style>
border-color css
<style>
span { border-color: #E16CE2; }
span { border-color: rgb(225,108,226); }
td.TdClassName
{
border-color: #E16CE2;
}
.TagClassName
{
border-color: #E16CE2;
}
</style>