Shades of Orchid #E076CC
Tints of Orchid #E076CC
RGB
CMYK
RGB Variations
Color information
#E076CC (or 0xE076CC) is known color: Orchid. HEX triplet: E0, 76 and CC. RGB value is (224,118,204). Sum of RGB (Red+Green+Blue) = 224+118+204=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E076CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E076CC is #1F8933. Grayscale: #9F9F9F. Windows color (decimal): -2066740 or 13399776. OLE color: 13399776.
HSL color Cylindrical-coordinate representation of color #E076CC: hue angle of 311.32º 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 #E076CC is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 204 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.12 |
| HSL | 311.32º | 0.63% | 0.67% | - |
| HSV(B) | 311.32º | 0.47% | 0.88% | - |
| XYZ | 48.12 | 33.16 | 60.99 | - |
| YUV | 159.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 204 | 0 | 0.47 | 0.09 | 0.12 | 311.32 | 0.63 | 0.67 |
| Hex | E0 | 76 | CC | 0 | 2F | 9 | C | 137 | 3F | 43 |
| Octal | 340 | 166 | 314 | 0 | 57 | 11 | 14 | 467 | 77 | 103 |
| Binary | 11100000 | 1110110 | 11001100 | 0 | 101111 | 1001 | 1100 | 100110111 | 111111 | 1000011 |
Color Harmonies of #E076CC
Complementary color
Monochromatic Colors of #E076CC
Black with #E076CC
Text Example
Text Example
White with #E076CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E076CC; }
p { color: rgb(224,118,204); }
H1.HeaderClassName
{
color: #E076CC;
}
.AnyTagClassName
{
color: #E076CC;
}
</style>
background-color css
<style>
a { background-color: #E076CC; }
a { background-color: rgb(224,118,204); }
div.DivClassName
{
background-color: #E076CC;
}
.BgClassName
{
background-color: #E076CC;
}
</style>
border-color css
<style>
span { border-color: #E076CC; }
span { border-color: rgb(224,118,204); }
td.TdClassName
{
border-color: #E076CC;
}
.TagClassName
{
border-color: #E076CC;
}
</style>