Shades of Orchid #E078DA
Tints of Orchid #E078DA
RGB
CMYK
RGB Variations
Color information
#E078DA (or 0xE078DA) is known color: Orchid. HEX triplet: E0, 78 and DA. RGB value is (224,120,218). Sum of RGB (Red+Green+Blue) = 224+120+218=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E078DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078DA is #1F8725. Grayscale: #A1A1A1. Windows color (decimal): -2066214 or 14317792. OLE color: 14317792.
HSL color Cylindrical-coordinate representation of color #E078DA: hue angle of 303.46º 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 #E078DA is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 218 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.12 |
| HSL | 303.46º | 0.63% | 0.67% | - |
| HSV(B) | 303.46º | 0.46% | 0.88% | - |
| XYZ | 50.11 | 34.34 | 70.32 | - |
| YUV | 162.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 218 | 0 | 0.46 | 0.03 | 0.12 | 303.46 | 0.63 | 0.67 |
| Hex | E0 | 78 | DA | 0 | 2E | 3 | C | 12F | 3F | 43 |
| Octal | 340 | 170 | 332 | 0 | 56 | 3 | 14 | 457 | 77 | 103 |
| Binary | 11100000 | 1111000 | 11011010 | 0 | 101110 | 11 | 1100 | 100101111 | 111111 | 1000011 |
Color Harmonies of #E078DA
Complementary color
Monochromatic Colors of #E078DA
Black with #E078DA
Text Example
Text Example
White with #E078DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078DA; }
p { color: rgb(224,120,218); }
H1.HeaderClassName
{
color: #E078DA;
}
.AnyTagClassName
{
color: #E078DA;
}
</style>
background-color css
<style>
a { background-color: #E078DA; }
a { background-color: rgb(224,120,218); }
div.DivClassName
{
background-color: #E078DA;
}
.BgClassName
{
background-color: #E078DA;
}
</style>
border-color css
<style>
span { border-color: #E078DA; }
span { border-color: rgb(224,120,218); }
td.TdClassName
{
border-color: #E078DA;
}
.TagClassName
{
border-color: #E078DA;
}
</style>