Shades of Orchid #E16ACD
Tints of Orchid #E16ACD
RGB
CMYK
RGB Variations
Color information
#E16ACD (or 0xE16ACD) is known color: Orchid. HEX triplet: E1, 6A and CD. RGB value is (225,106,205). Sum of RGB (Red+Green+Blue) = 225+106+205=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ACD is #1E9532. Grayscale: #989898. Windows color (decimal): -2004275 or 13462241. OLE color: 13462241.
HSL color Cylindrical-coordinate representation of color #E16ACD: hue angle of 310.08º 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 #E16ACD is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 205 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.12 |
| HSL | 310.08º | 0.66% | 0.65% | - |
| HSV(B) | 310.08º | 0.53% | 0.88% | - |
| XYZ | 47.22 | 30.72 | 61.2 | - |
| YUV | 152.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 205 | 0 | 0.53 | 0.09 | 0.12 | 310.08 | 0.66 | 0.65 |
| Hex | E1 | 6A | CD | 0 | 35 | 9 | C | 136 | 42 | 41 |
| Octal | 341 | 152 | 315 | 0 | 65 | 11 | 14 | 466 | 102 | 101 |
| Binary | 11100001 | 1101010 | 11001101 | 0 | 110101 | 1001 | 1100 | 100110110 | 1000010 | 1000001 |
Color Harmonies of #E16ACD
Complementary color
Monochromatic Colors of #E16ACD
Black with #E16ACD
Text Example
Text Example
White with #E16ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16ACD; }
p { color: rgb(225,106,205); }
H1.HeaderClassName
{
color: #E16ACD;
}
.AnyTagClassName
{
color: #E16ACD;
}
</style>
background-color css
<style>
a { background-color: #E16ACD; }
a { background-color: rgb(225,106,205); }
div.DivClassName
{
background-color: #E16ACD;
}
.BgClassName
{
background-color: #E16ACD;
}
</style>
border-color css
<style>
span { border-color: #E16ACD; }
span { border-color: rgb(225,106,205); }
td.TdClassName
{
border-color: #E16ACD;
}
.TagClassName
{
border-color: #E16ACD;
}
</style>