Shades of Orchid #E076CA
Tints of Orchid #E076CA
RGB
CMYK
RGB Variations
Color information
#E076CA (or 0xE076CA) is known color: Orchid. HEX triplet: E0, 76 and CA. RGB value is (224,118,202). Sum of RGB (Red+Green+Blue) = 224+118+202=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E076CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E076CA is #1F8935. Grayscale: #9F9F9F. Windows color (decimal): -2066742 or 13268704. OLE color: 13268704.
HSL color Cylindrical-coordinate representation of color #E076CA: hue angle of 312.45º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E076CA is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 202 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.12 |
| HSL | 312.45º | 0.63% | 0.67% | - |
| HSV(B) | 312.45º | 0.47% | 0.88% | - |
| XYZ | 47.88 | 33.07 | 59.74 | - |
| YUV | 159.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 202 | 0 | 0.47 | 0.10 | 0.12 | 312.45 | 0.63 | 0.67 |
| Hex | E0 | 76 | CA | 0 | 2F | A | C | 138 | 3F | 43 |
| Octal | 340 | 166 | 312 | 0 | 57 | 12 | 14 | 470 | 77 | 103 |
| Binary | 11100000 | 1110110 | 11001010 | 0 | 101111 | 1010 | 1100 | 100111000 | 111111 | 1000011 |
Color Harmonies of #E076CA
Complementary color
Monochromatic Colors of #E076CA
Black with #E076CA
Text Example
Text Example
White with #E076CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E076CA; }
p { color: rgb(224,118,202); }
H1.HeaderClassName
{
color: #E076CA;
}
.AnyTagClassName
{
color: #E076CA;
}
</style>
background-color css
<style>
a { background-color: #E076CA; }
a { background-color: rgb(224,118,202); }
div.DivClassName
{
background-color: #E076CA;
}
.BgClassName
{
background-color: #E076CA;
}
</style>
border-color css
<style>
span { border-color: #E076CA; }
span { border-color: rgb(224,118,202); }
td.TdClassName
{
border-color: #E076CA;
}
.TagClassName
{
border-color: #E076CA;
}
</style>