Shades of Orchid #E178DF
Tints of Orchid #E178DF
RGB
CMYK
RGB Variations
Color information
#E178DF (or 0xE178DF) is known color: Orchid. HEX triplet: E1, 78 and DF. RGB value is (225,120,223). Sum of RGB (Red+Green+Blue) = 225+120+223=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E178DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178DF is #1E8720. Grayscale: #A2A2A2. Windows color (decimal): -2000673 or 14645473. OLE color: 14645473.
HSL color Cylindrical-coordinate representation of color #E178DF: hue angle of 301.14º 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 #E178DF is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 120 | 223 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.12 |
| HSL | 301.14º | 0.64% | 0.68% | - |
| HSV(B) | 301.14º | 0.47% | 0.88% | - |
| XYZ | 51.09 | 34.77 | 73.83 | - |
| YUV | 163.14 | 161.79 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 120 | 223 | 0 | 0.47 | 0.01 | 0.12 | 301.14 | 0.64 | 0.68 |
| Hex | E1 | 78 | DF | 0 | 2F | 1 | C | 12D | 40 | 44 |
| Octal | 341 | 170 | 337 | 0 | 57 | 1 | 14 | 455 | 100 | 104 |
| Binary | 11100001 | 1111000 | 11011111 | 0 | 101111 | 1 | 1100 | 100101101 | 1000000 | 1000100 |
Color Harmonies of #E178DF
Complementary color
Monochromatic Colors of #E178DF
Black with #E178DF
Text Example
Text Example
White with #E178DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E178DF; }
p { color: rgb(225,120,223); }
H1.HeaderClassName
{
color: #E178DF;
}
.AnyTagClassName
{
color: #E178DF;
}
</style>
background-color css
<style>
a { background-color: #E178DF; }
a { background-color: rgb(225,120,223); }
div.DivClassName
{
background-color: #E178DF;
}
.BgClassName
{
background-color: #E178DF;
}
</style>
border-color css
<style>
span { border-color: #E178DF; }
span { border-color: rgb(225,120,223); }
td.TdClassName
{
border-color: #E178DF;
}
.TagClassName
{
border-color: #E178DF;
}
</style>