Shades of Orchid #E178C9
Tints of Orchid #E178C9
RGB
CMYK
RGB Variations
Color information
#E178C9 (or 0xE178C9) is known color: Orchid. HEX triplet: E1, 78 and C9. RGB value is (225,120,201). Sum of RGB (Red+Green+Blue) = 225+120+201=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E178C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178C9 is #1E8736. Grayscale: #A0A0A0. Windows color (decimal): -2000695 or 13203681. OLE color: 13203681.
HSL color Cylindrical-coordinate representation of color #E178C9: hue angle of 313.71º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E178C9 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 120 | 201 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.12 |
| HSL | 313.71º | 0.64% | 0.68% | - |
| HSV(B) | 313.71º | 0.47% | 0.88% | - |
| XYZ | 48.31 | 33.66 | 59.21 | - |
| YUV | 160.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 120 | 201 | 0 | 0.47 | 0.11 | 0.12 | 313.71 | 0.64 | 0.68 |
| Hex | E1 | 78 | C9 | 0 | 2F | B | C | 13A | 40 | 44 |
| Octal | 341 | 170 | 311 | 0 | 57 | 13 | 14 | 472 | 100 | 104 |
| Binary | 11100001 | 1111000 | 11001001 | 0 | 101111 | 1011 | 1100 | 100111010 | 1000000 | 1000100 |
Color Harmonies of #E178C9
Complementary color
Monochromatic Colors of #E178C9
Black with #E178C9
Text Example
Text Example
White with #E178C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E178C9; }
p { color: rgb(225,120,201); }
H1.HeaderClassName
{
color: #E178C9;
}
.AnyTagClassName
{
color: #E178C9;
}
</style>
background-color css
<style>
a { background-color: #E178C9; }
a { background-color: rgb(225,120,201); }
div.DivClassName
{
background-color: #E178C9;
}
.BgClassName
{
background-color: #E178C9;
}
</style>
border-color css
<style>
span { border-color: #E178C9; }
span { border-color: rgb(225,120,201); }
td.TdClassName
{
border-color: #E178C9;
}
.TagClassName
{
border-color: #E178C9;
}
</style>