Shades of Orchid #E078C8
Tints of Orchid #E078C8
RGB
CMYK
RGB Variations
Color information
#E078C8 (or 0xE078C8) is known color: Orchid. HEX triplet: E0, 78 and C8. RGB value is (224,120,200). Sum of RGB (Red+Green+Blue) = 224+120+200=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E078C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078C8 is #1F8737. Grayscale: #A0A0A0. Windows color (decimal): -2066232 or 13138144. OLE color: 13138144.
HSL color Cylindrical-coordinate representation of color #E078C8: hue angle of 313.85º 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 #E078C8 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 200 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.12 |
| HSL | 313.85º | 0.63% | 0.67% | - |
| HSV(B) | 313.85º | 0.46% | 0.88% | - |
| XYZ | 47.88 | 33.45 | 58.58 | - |
| YUV | 160.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 200 | 0 | 0.46 | 0.11 | 0.12 | 313.85 | 0.63 | 0.67 |
| Hex | E0 | 78 | C8 | 0 | 2E | B | C | 13A | 3F | 43 |
| Octal | 340 | 170 | 310 | 0 | 56 | 13 | 14 | 472 | 77 | 103 |
| Binary | 11100000 | 1111000 | 11001000 | 0 | 101110 | 1011 | 1100 | 100111010 | 111111 | 1000011 |
Color Harmonies of #E078C8
Complementary color
Monochromatic Colors of #E078C8
Black with #E078C8
Text Example
Text Example
White with #E078C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078C8; }
p { color: rgb(224,120,200); }
H1.HeaderClassName
{
color: #E078C8;
}
.AnyTagClassName
{
color: #E078C8;
}
</style>
background-color css
<style>
a { background-color: #E078C8; }
a { background-color: rgb(224,120,200); }
div.DivClassName
{
background-color: #E078C8;
}
.BgClassName
{
background-color: #E078C8;
}
</style>
border-color css
<style>
span { border-color: #E078C8; }
span { border-color: rgb(224,120,200); }
td.TdClassName
{
border-color: #E078C8;
}
.TagClassName
{
border-color: #E078C8;
}
</style>