Shades of Orchid #E078D4
Tints of Orchid #E078D4
RGB
CMYK
RGB Variations
Color information
#E078D4 (or 0xE078D4) is known color: Orchid. HEX triplet: E0, 78 and D4. RGB value is (224,120,212). Sum of RGB (Red+Green+Blue) = 224+120+212=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E078D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078D4 is #1F872B. Grayscale: #A1A1A1. Windows color (decimal): -2066220 or 13924576. OLE color: 13924576.
HSL color Cylindrical-coordinate representation of color #E078D4: hue angle of 306.92º 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 #E078D4 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 212 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.12 |
| HSL | 306.92º | 0.63% | 0.67% | - |
| HSV(B) | 306.92º | 0.46% | 0.88% | - |
| XYZ | 49.34 | 34.03 | 66.26 | - |
| YUV | 161.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 212 | 0 | 0.46 | 0.05 | 0.12 | 306.92 | 0.63 | 0.67 |
| Hex | E0 | 78 | D4 | 0 | 2E | 5 | C | 133 | 3F | 43 |
| Octal | 340 | 170 | 324 | 0 | 56 | 5 | 14 | 463 | 77 | 103 |
| Binary | 11100000 | 1111000 | 11010100 | 0 | 101110 | 101 | 1100 | 100110011 | 111111 | 1000011 |
Color Harmonies of #E078D4
Complementary color
Monochromatic Colors of #E078D4
Black with #E078D4
Text Example
Text Example
White with #E078D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078D4; }
p { color: rgb(224,120,212); }
H1.HeaderClassName
{
color: #E078D4;
}
.AnyTagClassName
{
color: #E078D4;
}
</style>
background-color css
<style>
a { background-color: #E078D4; }
a { background-color: rgb(224,120,212); }
div.DivClassName
{
background-color: #E078D4;
}
.BgClassName
{
background-color: #E078D4;
}
</style>
border-color css
<style>
span { border-color: #E078D4; }
span { border-color: rgb(224,120,212); }
td.TdClassName
{
border-color: #E078D4;
}
.TagClassName
{
border-color: #E078D4;
}
</style>