Shades of Orchid #E177CA
Tints of Orchid #E177CA
RGB
CMYK
RGB Variations
Color information
#E177CA (or 0xE177CA) is known color: Orchid. HEX triplet: E1, 77 and CA. RGB value is (225,119,202). Sum of RGB (Red+Green+Blue) = 225+119+202=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E177CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177CA is #1E8835. Grayscale: #9F9F9F. Windows color (decimal): -2000950 or 13268961. OLE color: 13268961.
HSL color Cylindrical-coordinate representation of color #E177CA: hue angle of 313.02º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E177CA is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 202 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.12 |
| HSL | 313.02º | 0.64% | 0.67% | - |
| HSV(B) | 313.02º | 0.47% | 0.88% | - |
| XYZ | 48.31 | 33.47 | 59.79 | - |
| YUV | 160.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 202 | 0 | 0.47 | 0.10 | 0.12 | 313.02 | 0.64 | 0.67 |
| Hex | E1 | 77 | CA | 0 | 2F | A | C | 139 | 40 | 43 |
| Octal | 341 | 167 | 312 | 0 | 57 | 12 | 14 | 471 | 100 | 103 |
| Binary | 11100001 | 1110111 | 11001010 | 0 | 101111 | 1010 | 1100 | 100111001 | 1000000 | 1000011 |
Color Harmonies of #E177CA
Complementary color
Monochromatic Colors of #E177CA
Black with #E177CA
Text Example
Text Example
White with #E177CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177CA; }
p { color: rgb(225,119,202); }
H1.HeaderClassName
{
color: #E177CA;
}
.AnyTagClassName
{
color: #E177CA;
}
</style>
background-color css
<style>
a { background-color: #E177CA; }
a { background-color: rgb(225,119,202); }
div.DivClassName
{
background-color: #E177CA;
}
.BgClassName
{
background-color: #E177CA;
}
</style>
border-color css
<style>
span { border-color: #E177CA; }
span { border-color: rgb(225,119,202); }
td.TdClassName
{
border-color: #E177CA;
}
.TagClassName
{
border-color: #E177CA;
}
</style>