Shades of Orchid #E16CCE
Tints of Orchid #E16CCE
RGB
CMYK
RGB Variations
Color information
#E16CCE (or 0xE16CCE) is known color: Orchid. HEX triplet: E1, 6C and CE. RGB value is (225,108,206). Sum of RGB (Red+Green+Blue) = 225+108+206=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CCE is #1E9331. Grayscale: #999999. Windows color (decimal): -2003762 or 13528289. OLE color: 13528289.
HSL color Cylindrical-coordinate representation of color #E16CCE: hue angle of 309.74º 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 #E16CCE is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 206 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.12 |
| HSL | 309.74º | 0.66% | 0.65% | - |
| HSV(B) | 309.74º | 0.52% | 0.88% | - |
| XYZ | 47.55 | 31.19 | 61.91 | - |
| YUV | 154.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 206 | 0 | 0.52 | 0.08 | 0.12 | 309.74 | 0.66 | 0.65 |
| Hex | E1 | 6C | CE | 0 | 34 | 8 | C | 136 | 42 | 41 |
| Octal | 341 | 154 | 316 | 0 | 64 | 10 | 14 | 466 | 102 | 101 |
| Binary | 11100001 | 1101100 | 11001110 | 0 | 110100 | 1000 | 1100 | 100110110 | 1000010 | 1000001 |
Color Harmonies of #E16CCE
Complementary color
Monochromatic Colors of #E16CCE
Black with #E16CCE
Text Example
Text Example
White with #E16CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16CCE; }
p { color: rgb(225,108,206); }
H1.HeaderClassName
{
color: #E16CCE;
}
.AnyTagClassName
{
color: #E16CCE;
}
</style>
background-color css
<style>
a { background-color: #E16CCE; }
a { background-color: rgb(225,108,206); }
div.DivClassName
{
background-color: #E16CCE;
}
.BgClassName
{
background-color: #E16CCE;
}
</style>
border-color css
<style>
span { border-color: #E16CCE; }
span { border-color: rgb(225,108,206); }
td.TdClassName
{
border-color: #E16CCE;
}
.TagClassName
{
border-color: #E16CCE;
}
</style>