Shades of Orchid #E16ACC
Tints of Orchid #E16ACC
RGB
CMYK
RGB Variations
Color information
#E16ACC (or 0xE16ACC) is known color: Orchid. HEX triplet: E1, 6A and CC. RGB value is (225,106,204). Sum of RGB (Red+Green+Blue) = 225+106+204=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ACC is #1E9533. Grayscale: #989898. Windows color (decimal): -2004276 or 13396705. OLE color: 13396705.
HSL color Cylindrical-coordinate representation of color #E16ACC: hue angle of 310.59º 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 #E16ACC is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 204 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.12 |
| HSL | 310.59º | 0.66% | 0.65% | - |
| HSV(B) | 310.59º | 0.53% | 0.88% | - |
| XYZ | 47.1 | 30.68 | 60.56 | - |
| YUV | 152.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 204 | 0 | 0.53 | 0.09 | 0.12 | 310.59 | 0.66 | 0.65 |
| Hex | E1 | 6A | CC | 0 | 35 | 9 | C | 137 | 42 | 41 |
| Octal | 341 | 152 | 314 | 0 | 65 | 11 | 14 | 467 | 102 | 101 |
| Binary | 11100001 | 1101010 | 11001100 | 0 | 110101 | 1001 | 1100 | 100110111 | 1000010 | 1000001 |
Color Harmonies of #E16ACC
Complementary color
Monochromatic Colors of #E16ACC
Black with #E16ACC
Text Example
Text Example
White with #E16ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16ACC; }
p { color: rgb(225,106,204); }
H1.HeaderClassName
{
color: #E16ACC;
}
.AnyTagClassName
{
color: #E16ACC;
}
</style>
background-color css
<style>
a { background-color: #E16ACC; }
a { background-color: rgb(225,106,204); }
div.DivClassName
{
background-color: #E16ACC;
}
.BgClassName
{
background-color: #E16ACC;
}
</style>
border-color css
<style>
span { border-color: #E16ACC; }
span { border-color: rgb(225,106,204); }
td.TdClassName
{
border-color: #E16ACC;
}
.TagClassName
{
border-color: #E16ACC;
}
</style>