Shades of Orchid #E178DD
Tints of Orchid #E178DD
RGB
CMYK
RGB Variations
Color information
#E178DD (or 0xE178DD) is known color: Orchid. HEX triplet: E1, 78 and DD. RGB value is (225,120,221). Sum of RGB (Red+Green+Blue) = 225+120+221=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E178DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178DD is #1E8722. Grayscale: #A2A2A2. Windows color (decimal): -2000675 or 14514401. OLE color: 14514401.
HSL color Cylindrical-coordinate representation of color #E178DD: hue angle of 302.29º 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 #E178DD is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 120 | 221 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.12 |
| HSL | 302.29º | 0.64% | 0.68% | - |
| HSV(B) | 302.29º | 0.47% | 0.88% | - |
| XYZ | 50.82 | 34.66 | 72.42 | - |
| YUV | 162.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 120 | 221 | 0 | 0.47 | 0.02 | 0.12 | 302.29 | 0.64 | 0.68 |
| Hex | E1 | 78 | DD | 0 | 2F | 2 | C | 12E | 40 | 44 |
| Octal | 341 | 170 | 335 | 0 | 57 | 2 | 14 | 456 | 100 | 104 |
| Binary | 11100001 | 1111000 | 11011101 | 0 | 101111 | 10 | 1100 | 100101110 | 1000000 | 1000100 |
Color Harmonies of #E178DD
Complementary color
Monochromatic Colors of #E178DD
Black with #E178DD
Text Example
Text Example
White with #E178DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E178DD; }
p { color: rgb(225,120,221); }
H1.HeaderClassName
{
color: #E178DD;
}
.AnyTagClassName
{
color: #E178DD;
}
</style>
background-color css
<style>
a { background-color: #E178DD; }
a { background-color: rgb(225,120,221); }
div.DivClassName
{
background-color: #E178DD;
}
.BgClassName
{
background-color: #E178DD;
}
</style>
border-color css
<style>
span { border-color: #E178DD; }
span { border-color: rgb(225,120,221); }
td.TdClassName
{
border-color: #E178DD;
}
.TagClassName
{
border-color: #E178DD;
}
</style>