Shades of Orchid #E078DB
Tints of Orchid #E078DB
RGB
CMYK
RGB Variations
Color information
#E078DB (or 0xE078DB) is known color: Orchid. HEX triplet: E0, 78 and DB. RGB value is (224,120,219). Sum of RGB (Red+Green+Blue) = 224+120+219=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E078DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078DB is #1F8724. Grayscale: #A2A2A2. Windows color (decimal): -2066213 or 14383328. OLE color: 14383328.
HSL color Cylindrical-coordinate representation of color #E078DB: hue angle of 302.88º 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 #E078DB is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 219 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.12 |
| HSL | 302.88º | 0.63% | 0.67% | - |
| HSV(B) | 302.88º | 0.46% | 0.88% | - |
| XYZ | 50.24 | 34.39 | 71.01 | - |
| YUV | 162.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 219 | 0 | 0.46 | 0.02 | 0.12 | 302.88 | 0.63 | 0.67 |
| Hex | E0 | 78 | DB | 0 | 2E | 2 | C | 12F | 3F | 43 |
| Octal | 340 | 170 | 333 | 0 | 56 | 2 | 14 | 457 | 77 | 103 |
| Binary | 11100000 | 1111000 | 11011011 | 0 | 101110 | 10 | 1100 | 100101111 | 111111 | 1000011 |
Color Harmonies of #E078DB
Complementary color
Monochromatic Colors of #E078DB
Black with #E078DB
Text Example
Text Example
White with #E078DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078DB; }
p { color: rgb(224,120,219); }
H1.HeaderClassName
{
color: #E078DB;
}
.AnyTagClassName
{
color: #E078DB;
}
</style>
background-color css
<style>
a { background-color: #E078DB; }
a { background-color: rgb(224,120,219); }
div.DivClassName
{
background-color: #E078DB;
}
.BgClassName
{
background-color: #E078DB;
}
</style>
border-color css
<style>
span { border-color: #E078DB; }
span { border-color: rgb(224,120,219); }
td.TdClassName
{
border-color: #E078DB;
}
.TagClassName
{
border-color: #E078DB;
}
</style>