Shades of Orchid #E078DC
Tints of Orchid #E078DC
RGB
CMYK
RGB Variations
Color information
#E078DC (or 0xE078DC) is known color: Orchid. HEX triplet: E0, 78 and DC. RGB value is (224,120,220). Sum of RGB (Red+Green+Blue) = 224+120+220=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E078DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078DC is #1F8723. Grayscale: #A2A2A2. Windows color (decimal): -2066212 or 14448864. OLE color: 14448864.
HSL color Cylindrical-coordinate representation of color #E078DC: hue angle of 302.31º 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 #E078DC is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 220 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.12 |
| HSL | 302.31º | 0.63% | 0.67% | - |
| HSV(B) | 302.31º | 0.46% | 0.88% | - |
| XYZ | 50.38 | 34.45 | 71.7 | - |
| YUV | 162.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 220 | 0 | 0.46 | 0.02 | 0.12 | 302.31 | 0.63 | 0.67 |
| Hex | E0 | 78 | DC | 0 | 2E | 2 | C | 12E | 3F | 43 |
| Octal | 340 | 170 | 334 | 0 | 56 | 2 | 14 | 456 | 77 | 103 |
| Binary | 11100000 | 1111000 | 11011100 | 0 | 101110 | 10 | 1100 | 100101110 | 111111 | 1000011 |
Color Harmonies of #E078DC
Complementary color
Monochromatic Colors of #E078DC
Black with #E078DC
Text Example
Text Example
White with #E078DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078DC; }
p { color: rgb(224,120,220); }
H1.HeaderClassName
{
color: #E078DC;
}
.AnyTagClassName
{
color: #E078DC;
}
</style>
background-color css
<style>
a { background-color: #E078DC; }
a { background-color: rgb(224,120,220); }
div.DivClassName
{
background-color: #E078DC;
}
.BgClassName
{
background-color: #E078DC;
}
</style>
border-color css
<style>
span { border-color: #E078DC; }
span { border-color: rgb(224,120,220); }
td.TdClassName
{
border-color: #E078DC;
}
.TagClassName
{
border-color: #E078DC;
}
</style>