Shades of Orchid #E17AC9
Tints of Orchid #E17AC9
RGB
CMYK
RGB Variations
Color information
#E17AC9 (or 0xE17AC9) is known color: Orchid. HEX triplet: E1, 7A and C9. RGB value is (225,122,201). Sum of RGB (Red+Green+Blue) = 225+122+201=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17AC9 is #1E8536. Grayscale: #A1A1A1. Windows color (decimal): -2000183 or 13204193. OLE color: 13204193.
HSL color Cylindrical-coordinate representation of color #E17AC9: hue angle of 313.98º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17AC9 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 201 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.12 |
| HSL | 313.98º | 0.63% | 0.68% | - |
| HSV(B) | 313.98º | 0.46% | 0.88% | - |
| XYZ | 48.55 | 34.14 | 59.29 | - |
| YUV | 161.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 201 | 0 | 0.46 | 0.11 | 0.12 | 313.98 | 0.63 | 0.68 |
| Hex | E1 | 7A | C9 | 0 | 2E | B | C | 13A | 3F | 44 |
| Octal | 341 | 172 | 311 | 0 | 56 | 13 | 14 | 472 | 77 | 104 |
| Binary | 11100001 | 1111010 | 11001001 | 0 | 101110 | 1011 | 1100 | 100111010 | 111111 | 1000100 |
Color Harmonies of #E17AC9
Complementary color
Monochromatic Colors of #E17AC9
Black with #E17AC9
Text Example
Text Example
White with #E17AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17AC9; }
p { color: rgb(225,122,201); }
H1.HeaderClassName
{
color: #E17AC9;
}
.AnyTagClassName
{
color: #E17AC9;
}
</style>
background-color css
<style>
a { background-color: #E17AC9; }
a { background-color: rgb(225,122,201); }
div.DivClassName
{
background-color: #E17AC9;
}
.BgClassName
{
background-color: #E17AC9;
}
</style>
border-color css
<style>
span { border-color: #E17AC9; }
span { border-color: rgb(225,122,201); }
td.TdClassName
{
border-color: #E17AC9;
}
.TagClassName
{
border-color: #E17AC9;
}
</style>