Shades of Orchid #E178DA
Tints of Orchid #E178DA
RGB
CMYK
RGB Variations
Color information
#E178DA (or 0xE178DA) is known color: Orchid. HEX triplet: E1, 78 and DA. RGB value is (225,120,218). Sum of RGB (Red+Green+Blue) = 225+120+218=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E178DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178DA is #1E8725. Grayscale: #A2A2A2. Windows color (decimal): -2000678 or 14317793. OLE color: 14317793.
HSL color Cylindrical-coordinate representation of color #E178DA: hue angle of 304º 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 #E178DA is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 120 | 218 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.12 |
| HSL | 304º | 0.64% | 0.68% | - |
| HSV(B) | 304º | 0.47% | 0.88% | - |
| XYZ | 50.42 | 34.5 | 70.33 | - |
| YUV | 162.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 120 | 218 | 0 | 0.47 | 0.03 | 0.12 | 304 | 0.64 | 0.68 |
| Hex | E1 | 78 | DA | 0 | 2F | 3 | C | 130 | 40 | 44 |
| Octal | 341 | 170 | 332 | 0 | 57 | 3 | 14 | 460 | 100 | 104 |
| Binary | 11100001 | 1111000 | 11011010 | 0 | 101111 | 11 | 1100 | 100110000 | 1000000 | 1000100 |
Color Harmonies of #E178DA
Complementary color
Monochromatic Colors of #E178DA
Black with #E178DA
Text Example
Text Example
White with #E178DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E178DA; }
p { color: rgb(225,120,218); }
H1.HeaderClassName
{
color: #E178DA;
}
.AnyTagClassName
{
color: #E178DA;
}
</style>
background-color css
<style>
a { background-color: #E178DA; }
a { background-color: rgb(225,120,218); }
div.DivClassName
{
background-color: #E178DA;
}
.BgClassName
{
background-color: #E178DA;
}
</style>
border-color css
<style>
span { border-color: #E178DA; }
span { border-color: rgb(225,120,218); }
td.TdClassName
{
border-color: #E178DA;
}
.TagClassName
{
border-color: #E178DA;
}
</style>