Shades of Orchid #E178DB
Tints of Orchid #E178DB
RGB
CMYK
RGB Variations
Color information
#E178DB (or 0xE178DB) is known color: Orchid. HEX triplet: E1, 78 and DB. RGB value is (225,120,219). Sum of RGB (Red+Green+Blue) = 225+120+219=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E178DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178DB is #1E8724. Grayscale: #A2A2A2. Windows color (decimal): -2000677 or 14383329. OLE color: 14383329.
HSL color Cylindrical-coordinate representation of color #E178DB: hue angle of 303.43º 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 #E178DB is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 120 | 219 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.12 |
| HSL | 303.43º | 0.64% | 0.68% | - |
| HSV(B) | 303.43º | 0.47% | 0.88% | - |
| XYZ | 50.55 | 34.55 | 71.02 | - |
| YUV | 162.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 120 | 219 | 0 | 0.47 | 0.03 | 0.12 | 303.43 | 0.64 | 0.68 |
| Hex | E1 | 78 | DB | 0 | 2F | 3 | C | 12F | 40 | 44 |
| Octal | 341 | 170 | 333 | 0 | 57 | 3 | 14 | 457 | 100 | 104 |
| Binary | 11100001 | 1111000 | 11011011 | 0 | 101111 | 11 | 1100 | 100101111 | 1000000 | 1000100 |
Color Harmonies of #E178DB
Complementary color
Monochromatic Colors of #E178DB
Black with #E178DB
Text Example
Text Example
White with #E178DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E178DB; }
p { color: rgb(225,120,219); }
H1.HeaderClassName
{
color: #E178DB;
}
.AnyTagClassName
{
color: #E178DB;
}
</style>
background-color css
<style>
a { background-color: #E178DB; }
a { background-color: rgb(225,120,219); }
div.DivClassName
{
background-color: #E178DB;
}
.BgClassName
{
background-color: #E178DB;
}
</style>
border-color css
<style>
span { border-color: #E178DB; }
span { border-color: rgb(225,120,219); }
td.TdClassName
{
border-color: #E178DB;
}
.TagClassName
{
border-color: #E178DB;
}
</style>