Shades of Orchid #E180C9
Tints of Orchid #E180C9
RGB
CMYK
RGB Variations
Color information
#E180C9 (or 0xE180C9) is known color: Orchid. HEX triplet: E1, 80 and C9. RGB value is (225,128,201). Sum of RGB (Red+Green+Blue) = 225+128+201=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E180C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180C9 is #1E7F36. Grayscale: #A5A5A5. Windows color (decimal): -1998647 or 13205729. OLE color: 13205729.
HSL color Cylindrical-coordinate representation of color #E180C9: hue angle of 314.85º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E180C9 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 201 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.12 |
| HSL | 314.85º | 0.62% | 0.69% | - |
| HSV(B) | 314.85º | 0.43% | 0.88% | - |
| XYZ | 49.31 | 35.66 | 59.54 | - |
| YUV | 165.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 201 | 0 | 0.43 | 0.11 | 0.12 | 314.85 | 0.62 | 0.69 |
| Hex | E1 | 80 | C9 | 0 | 2B | B | C | 13B | 3E | 45 |
| Octal | 341 | 200 | 311 | 0 | 53 | 13 | 14 | 473 | 76 | 105 |
| Binary | 11100001 | 10000000 | 11001001 | 0 | 101011 | 1011 | 1100 | 100111011 | 111110 | 1000101 |
Color Harmonies of #E180C9
Complementary color
Monochromatic Colors of #E180C9
Black with #E180C9
Text Example
Text Example
White with #E180C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180C9; }
p { color: rgb(225,128,201); }
H1.HeaderClassName
{
color: #E180C9;
}
.AnyTagClassName
{
color: #E180C9;
}
</style>
background-color css
<style>
a { background-color: #E180C9; }
a { background-color: rgb(225,128,201); }
div.DivClassName
{
background-color: #E180C9;
}
.BgClassName
{
background-color: #E180C9;
}
</style>
border-color css
<style>
span { border-color: #E180C9; }
span { border-color: rgb(225,128,201); }
td.TdClassName
{
border-color: #E180C9;
}
.TagClassName
{
border-color: #E180C9;
}
</style>