Shades of Orchid #E078CA
Tints of Orchid #E078CA
RGB
CMYK
RGB Variations
Color information
#E078CA (or 0xE078CA) is known color: Orchid. HEX triplet: E0, 78 and CA. RGB value is (224,120,202). Sum of RGB (Red+Green+Blue) = 224+120+202=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E078CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078CA is #1F8735. Grayscale: #A0A0A0. Windows color (decimal): -2066230 or 13269216. OLE color: 13269216.
HSL color Cylindrical-coordinate representation of color #E078CA: hue angle of 312.69º 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 #E078CA is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 202 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.12 |
| HSL | 312.69º | 0.63% | 0.67% | - |
| HSV(B) | 312.69º | 0.46% | 0.88% | - |
| XYZ | 48.12 | 33.54 | 59.82 | - |
| YUV | 160.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 202 | 0 | 0.46 | 0.10 | 0.12 | 312.69 | 0.63 | 0.67 |
| Hex | E0 | 78 | CA | 0 | 2E | A | C | 139 | 3F | 43 |
| Octal | 340 | 170 | 312 | 0 | 56 | 12 | 14 | 471 | 77 | 103 |
| Binary | 11100000 | 1111000 | 11001010 | 0 | 101110 | 1010 | 1100 | 100111001 | 111111 | 1000011 |
Color Harmonies of #E078CA
Complementary color
Monochromatic Colors of #E078CA
Black with #E078CA
Text Example
Text Example
White with #E078CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078CA; }
p { color: rgb(224,120,202); }
H1.HeaderClassName
{
color: #E078CA;
}
.AnyTagClassName
{
color: #E078CA;
}
</style>
background-color css
<style>
a { background-color: #E078CA; }
a { background-color: rgb(224,120,202); }
div.DivClassName
{
background-color: #E078CA;
}
.BgClassName
{
background-color: #E078CA;
}
</style>
border-color css
<style>
span { border-color: #E078CA; }
span { border-color: rgb(224,120,202); }
td.TdClassName
{
border-color: #E078CA;
}
.TagClassName
{
border-color: #E078CA;
}
</style>