Shades of Orchid #E180C8
Tints of Orchid #E180C8
RGB
CMYK
RGB Variations
Color information
#E180C8 (or 0xE180C8) is known color: Orchid. HEX triplet: E1, 80 and C8. RGB value is (225,128,200). Sum of RGB (Red+Green+Blue) = 225+128+200=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E180C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180C8 is #1E7F37. Grayscale: #A5A5A5. Windows color (decimal): -1998648 or 13140193. OLE color: 13140193.
HSL color Cylindrical-coordinate representation of color #E180C8: hue angle of 315.46º 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 #E180C8 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 200 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.12 |
| HSL | 315.46º | 0.62% | 0.69% | - |
| HSV(B) | 315.46º | 0.43% | 0.88% | - |
| XYZ | 49.2 | 35.62 | 58.93 | - |
| YUV | 165.21 | 147.64 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 200 | 0 | 0.43 | 0.11 | 0.12 | 315.46 | 0.62 | 0.69 |
| Hex | E1 | 80 | C8 | 0 | 2B | B | C | 13B | 3E | 45 |
| Octal | 341 | 200 | 310 | 0 | 53 | 13 | 14 | 473 | 76 | 105 |
| Binary | 11100001 | 10000000 | 11001000 | 0 | 101011 | 1011 | 1100 | 100111011 | 111110 | 1000101 |
Color Harmonies of #E180C8
Complementary color
Monochromatic Colors of #E180C8
Black with #E180C8
Text Example
Text Example
White with #E180C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180C8; }
p { color: rgb(225,128,200); }
H1.HeaderClassName
{
color: #E180C8;
}
.AnyTagClassName
{
color: #E180C8;
}
</style>
background-color css
<style>
a { background-color: #E180C8; }
a { background-color: rgb(225,128,200); }
div.DivClassName
{
background-color: #E180C8;
}
.BgClassName
{
background-color: #E180C8;
}
</style>
border-color css
<style>
span { border-color: #E180C8; }
span { border-color: rgb(225,128,200); }
td.TdClassName
{
border-color: #E180C8;
}
.TagClassName
{
border-color: #E180C8;
}
</style>