Shades of Orchid #E078CD
Tints of Orchid #E078CD
RGB
CMYK
RGB Variations
Color information
#E078CD (or 0xE078CD) is known color: Orchid. HEX triplet: E0, 78 and CD. RGB value is (224,120,205). Sum of RGB (Red+Green+Blue) = 224+120+205=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E078CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078CD is #1F8732. Grayscale: #A0A0A0. Windows color (decimal): -2066227 or 13465824. OLE color: 13465824.
HSL color Cylindrical-coordinate representation of color #E078CD: hue angle of 310.96º 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 #E078CD is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 205 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.12 |
| HSL | 310.96º | 0.63% | 0.67% | - |
| HSV(B) | 310.96º | 0.46% | 0.88% | - |
| XYZ | 48.48 | 33.69 | 61.71 | - |
| YUV | 160.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 205 | 0 | 0.46 | 0.08 | 0.12 | 310.96 | 0.63 | 0.67 |
| Hex | E0 | 78 | CD | 0 | 2E | 8 | C | 137 | 3F | 43 |
| Octal | 340 | 170 | 315 | 0 | 56 | 10 | 14 | 467 | 77 | 103 |
| Binary | 11100000 | 1111000 | 11001101 | 0 | 101110 | 1000 | 1100 | 100110111 | 111111 | 1000011 |
Color Harmonies of #E078CD
Complementary color
Monochromatic Colors of #E078CD
Black with #E078CD
Text Example
Text Example
White with #E078CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078CD; }
p { color: rgb(224,120,205); }
H1.HeaderClassName
{
color: #E078CD;
}
.AnyTagClassName
{
color: #E078CD;
}
</style>
background-color css
<style>
a { background-color: #E078CD; }
a { background-color: rgb(224,120,205); }
div.DivClassName
{
background-color: #E078CD;
}
.BgClassName
{
background-color: #E078CD;
}
</style>
border-color css
<style>
span { border-color: #E078CD; }
span { border-color: rgb(224,120,205); }
td.TdClassName
{
border-color: #E078CD;
}
.TagClassName
{
border-color: #E078CD;
}
</style>