Shades of Orchid #E078D9
Tints of Orchid #E078D9
RGB
CMYK
RGB Variations
Color information
#E078D9 (or 0xE078D9) is known color: Orchid. HEX triplet: E0, 78 and D9. RGB value is (224,120,217). Sum of RGB (Red+Green+Blue) = 224+120+217=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E078D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078D9 is #1F8726. Grayscale: #A1A1A1. Windows color (decimal): -2066215 or 14252256. OLE color: 14252256.
HSL color Cylindrical-coordinate representation of color #E078D9: hue angle of 304.04º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E078D9 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 217 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.12 |
| HSL | 304.04º | 0.63% | 0.67% | - |
| HSV(B) | 304.04º | 0.46% | 0.88% | - |
| XYZ | 49.98 | 34.29 | 69.63 | - |
| YUV | 162.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 217 | 0 | 0.46 | 0.03 | 0.12 | 304.04 | 0.63 | 0.67 |
| Hex | E0 | 78 | D9 | 0 | 2E | 3 | C | 130 | 3F | 43 |
| Octal | 340 | 170 | 331 | 0 | 56 | 3 | 14 | 460 | 77 | 103 |
| Binary | 11100000 | 1111000 | 11011001 | 0 | 101110 | 11 | 1100 | 100110000 | 111111 | 1000011 |
Color Harmonies of #E078D9
Complementary color
Monochromatic Colors of #E078D9
Black with #E078D9
Text Example
Text Example
White with #E078D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078D9; }
p { color: rgb(224,120,217); }
H1.HeaderClassName
{
color: #E078D9;
}
.AnyTagClassName
{
color: #E078D9;
}
</style>
background-color css
<style>
a { background-color: #E078D9; }
a { background-color: rgb(224,120,217); }
div.DivClassName
{
background-color: #E078D9;
}
.BgClassName
{
background-color: #E078D9;
}
</style>
border-color css
<style>
span { border-color: #E078D9; }
span { border-color: rgb(224,120,217); }
td.TdClassName
{
border-color: #E078D9;
}
.TagClassName
{
border-color: #E078D9;
}
</style>