Shades of Orchid #E177E5
Tints of Orchid #E177E5
RGB
CMYK
RGB Variations
Color information
#E177E5 (or 0xE177E5) is known color: Orchid. HEX triplet: E1, 77 and E5. RGB value is (225,119,229). Sum of RGB (Red+Green+Blue) = 225+119+229=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #E177E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177E5 is #1E881A. Grayscale: #A2A2A2. Windows color (decimal): -2000923 or 15038433. OLE color: 15038433.
HSL color Cylindrical-coordinate representation of color #E177E5: hue angle of 297.82º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E177E5 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 119 | 229 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.10 |
| HSL | 297.82º | 0.68% | 0.68% | - |
| HSV(B) | 297.82º | 0.48% | 0.9% | - |
| XYZ | 51.79 | 34.86 | 78.13 | - |
| YUV | 163.23 | 165.12 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 229 | 0.02 | 0.48 | 0 | 0.10 | 297.82 | 0.68 | 0.68 |
| Hex | E1 | 77 | E5 | 2 | 30 | 0 | A | 12A | 44 | 44 |
| Octal | 341 | 167 | 345 | 2 | 60 | 0 | 12 | 452 | 104 | 104 |
| Binary | 11100001 | 1110111 | 11100101 | 10 | 110000 | 0 | 1010 | 100101010 | 1000100 | 1000100 |
Color Harmonies of #E177E5
Complementary color
Monochromatic Colors of #E177E5
Black with #E177E5
Text Example
Text Example
White with #E177E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177E5; }
p { color: rgb(225,119,229); }
H1.HeaderClassName
{
color: #E177E5;
}
.AnyTagClassName
{
color: #E177E5;
}
</style>
background-color css
<style>
a { background-color: #E177E5; }
a { background-color: rgb(225,119,229); }
div.DivClassName
{
background-color: #E177E5;
}
.BgClassName
{
background-color: #E177E5;
}
</style>
border-color css
<style>
span { border-color: #E177E5; }
span { border-color: rgb(225,119,229); }
td.TdClassName
{
border-color: #E177E5;
}
.TagClassName
{
border-color: #E177E5;
}
</style>