Shades of Orchid #E177CD
Tints of Orchid #E177CD
RGB
CMYK
RGB Variations
Color information
#E177CD (or 0xE177CD) is known color: Orchid. HEX triplet: E1, 77 and CD. RGB value is (225,119,205). Sum of RGB (Red+Green+Blue) = 225+119+205=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E177CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177CD is #1E8832. Grayscale: #A0A0A0. Windows color (decimal): -2000947 or 13465569. OLE color: 13465569.
HSL color Cylindrical-coordinate representation of color #E177CD: hue angle of 311.32º 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 #E177CD is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 205 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.12 |
| HSL | 311.32º | 0.64% | 0.67% | - |
| HSV(B) | 311.32º | 0.47% | 0.88% | - |
| XYZ | 48.67 | 33.61 | 61.68 | - |
| YUV | 160.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 205 | 0 | 0.47 | 0.09 | 0.12 | 311.32 | 0.64 | 0.67 |
| Hex | E1 | 77 | CD | 0 | 2F | 9 | C | 137 | 40 | 43 |
| Octal | 341 | 167 | 315 | 0 | 57 | 11 | 14 | 467 | 100 | 103 |
| Binary | 11100001 | 1110111 | 11001101 | 0 | 101111 | 1001 | 1100 | 100110111 | 1000000 | 1000011 |
Color Harmonies of #E177CD
Complementary color
Monochromatic Colors of #E177CD
Black with #E177CD
Text Example
Text Example
White with #E177CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177CD; }
p { color: rgb(225,119,205); }
H1.HeaderClassName
{
color: #E177CD;
}
.AnyTagClassName
{
color: #E177CD;
}
</style>
background-color css
<style>
a { background-color: #E177CD; }
a { background-color: rgb(225,119,205); }
div.DivClassName
{
background-color: #E177CD;
}
.BgClassName
{
background-color: #E177CD;
}
</style>
border-color css
<style>
span { border-color: #E177CD; }
span { border-color: rgb(225,119,205); }
td.TdClassName
{
border-color: #E177CD;
}
.TagClassName
{
border-color: #E177CD;
}
</style>