Shades of Orchid #E177E4
Tints of Orchid #E177E4
RGB
CMYK
RGB Variations
Color information
#E177E4 (or 0xE177E4) is known color: Orchid. HEX triplet: E1, 77 and E4. RGB value is (225,119,228). Sum of RGB (Red+Green+Blue) = 225+119+228=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 119 (46.88% from 255 or 20.80% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 228 - color contains mainly: blue. Hex color #E177E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177E4 is #1E881B. Grayscale: #A2A2A2. Windows color (decimal): -2000924 or 14972897. OLE color: 14972897.
HSL color Cylindrical-coordinate representation of color #E177E4: hue angle of 298.35º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E177E4 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 119 | 228 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.11 |
| HSL | 298.35º | 0.67% | 0.68% | - |
| HSV(B) | 298.35º | 0.48% | 0.89% | - |
| XYZ | 51.65 | 34.8 | 77.39 | - |
| YUV | 163.12 | 164.62 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 228 | 0.01 | 0.48 | 0 | 0.11 | 298.35 | 0.67 | 0.68 |
| Hex | E1 | 77 | E4 | 1 | 30 | 0 | B | 12A | 43 | 44 |
| Octal | 341 | 167 | 344 | 1 | 60 | 0 | 13 | 452 | 103 | 104 |
| Binary | 11100001 | 1110111 | 11100100 | 1 | 110000 | 0 | 1011 | 100101010 | 1000011 | 1000100 |
Color Harmonies of #E177E4
Complementary color
Monochromatic Colors of #E177E4
Black with #E177E4
Text Example
Text Example
White with #E177E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177E4; }
p { color: rgb(225,119,228); }
H1.HeaderClassName
{
color: #E177E4;
}
.AnyTagClassName
{
color: #E177E4;
}
</style>
background-color css
<style>
a { background-color: #E177E4; }
a { background-color: rgb(225,119,228); }
div.DivClassName
{
background-color: #E177E4;
}
.BgClassName
{
background-color: #E177E4;
}
</style>
border-color css
<style>
span { border-color: #E177E4; }
span { border-color: rgb(225,119,228); }
td.TdClassName
{
border-color: #E177E4;
}
.TagClassName
{
border-color: #E177E4;
}
</style>