Shades of Orchid #E076C5
Tints of Orchid #E076C5
RGB
CMYK
RGB Variations
Color information
#E076C5 (or 0xE076C5) is known color: Orchid. HEX triplet: E0, 76 and C5. RGB value is (224,118,197). Sum of RGB (Red+Green+Blue) = 224+118+197=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E076C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E076C5 is #1F893A. Grayscale: #9E9E9E. Windows color (decimal): -2066747 or 12941024. OLE color: 12941024.
HSL color Cylindrical-coordinate representation of color #E076C5: hue angle of 315.28º 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 #E076C5 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 197 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.12 |
| HSL | 315.28º | 0.63% | 0.67% | - |
| HSV(B) | 315.28º | 0.47% | 0.88% | - |
| XYZ | 47.3 | 32.84 | 56.67 | - |
| YUV | 158.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 197 | 0 | 0.47 | 0.12 | 0.12 | 315.28 | 0.63 | 0.67 |
| Hex | E0 | 76 | C5 | 0 | 2F | C | C | 13B | 3F | 43 |
| Octal | 340 | 166 | 305 | 0 | 57 | 14 | 14 | 473 | 77 | 103 |
| Binary | 11100000 | 1110110 | 11000101 | 0 | 101111 | 1100 | 1100 | 100111011 | 111111 | 1000011 |
Color Harmonies of #E076C5
Complementary color
Monochromatic Colors of #E076C5
Black with #E076C5
Text Example
Text Example
White with #E076C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E076C5; }
p { color: rgb(224,118,197); }
H1.HeaderClassName
{
color: #E076C5;
}
.AnyTagClassName
{
color: #E076C5;
}
</style>
background-color css
<style>
a { background-color: #E076C5; }
a { background-color: rgb(224,118,197); }
div.DivClassName
{
background-color: #E076C5;
}
.BgClassName
{
background-color: #E076C5;
}
</style>
border-color css
<style>
span { border-color: #E076C5; }
span { border-color: rgb(224,118,197); }
td.TdClassName
{
border-color: #E076C5;
}
.TagClassName
{
border-color: #E076C5;
}
</style>