Shades of Orchid #E078D6
Tints of Orchid #E078D6
RGB
CMYK
RGB Variations
Color information
#E078D6 (or 0xE078D6) is known color: Orchid. HEX triplet: E0, 78 and D6. RGB value is (224,120,214). Sum of RGB (Red+Green+Blue) = 224+120+214=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E078D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078D6 is #1F8729. Grayscale: #A1A1A1. Windows color (decimal): -2066218 or 14055648. OLE color: 14055648.
HSL color Cylindrical-coordinate representation of color #E078D6: hue angle of 305.77º 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 #E078D6 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 214 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.12 |
| HSL | 305.77º | 0.63% | 0.67% | - |
| HSV(B) | 305.77º | 0.46% | 0.88% | - |
| XYZ | 49.59 | 34.14 | 67.59 | - |
| YUV | 161.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 214 | 0 | 0.46 | 0.04 | 0.12 | 305.77 | 0.63 | 0.67 |
| Hex | E0 | 78 | D6 | 0 | 2E | 4 | C | 132 | 3F | 43 |
| Octal | 340 | 170 | 326 | 0 | 56 | 4 | 14 | 462 | 77 | 103 |
| Binary | 11100000 | 1111000 | 11010110 | 0 | 101110 | 100 | 1100 | 100110010 | 111111 | 1000011 |
Color Harmonies of #E078D6
Complementary color
Monochromatic Colors of #E078D6
Black with #E078D6
Text Example
Text Example
White with #E078D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078D6; }
p { color: rgb(224,120,214); }
H1.HeaderClassName
{
color: #E078D6;
}
.AnyTagClassName
{
color: #E078D6;
}
</style>
background-color css
<style>
a { background-color: #E078D6; }
a { background-color: rgb(224,120,214); }
div.DivClassName
{
background-color: #E078D6;
}
.BgClassName
{
background-color: #E078D6;
}
</style>
border-color css
<style>
span { border-color: #E078D6; }
span { border-color: rgb(224,120,214); }
td.TdClassName
{
border-color: #E078D6;
}
.TagClassName
{
border-color: #E078D6;
}
</style>