Shades of Orchid #E079CC
Tints of Orchid #E079CC
RGB
CMYK
RGB Variations
Color information
#E079CC (or 0xE079CC) is known color: Orchid. HEX triplet: E0, 79 and CC. RGB value is (224,121,204). Sum of RGB (Red+Green+Blue) = 224+121+204=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E079CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079CC is #1F8633. Grayscale: #A1A1A1. Windows color (decimal): -2065972 or 13400544. OLE color: 13400544.
HSL color Cylindrical-coordinate representation of color #E079CC: hue angle of 311.65º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E079CC is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 204 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.12 |
| HSL | 311.65º | 0.62% | 0.68% | - |
| HSV(B) | 311.65º | 0.46% | 0.88% | - |
| XYZ | 48.48 | 33.88 | 61.11 | - |
| YUV | 161.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 204 | 0 | 0.46 | 0.09 | 0.12 | 311.65 | 0.62 | 0.68 |
| Hex | E0 | 79 | CC | 0 | 2E | 9 | C | 138 | 3E | 44 |
| Octal | 340 | 171 | 314 | 0 | 56 | 11 | 14 | 470 | 76 | 104 |
| Binary | 11100000 | 1111001 | 11001100 | 0 | 101110 | 1001 | 1100 | 100111000 | 111110 | 1000100 |
Color Harmonies of #E079CC
Complementary color
Monochromatic Colors of #E079CC
Black with #E079CC
Text Example
Text Example
White with #E079CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E079CC; }
p { color: rgb(224,121,204); }
H1.HeaderClassName
{
color: #E079CC;
}
.AnyTagClassName
{
color: #E079CC;
}
</style>
background-color css
<style>
a { background-color: #E079CC; }
a { background-color: rgb(224,121,204); }
div.DivClassName
{
background-color: #E079CC;
}
.BgClassName
{
background-color: #E079CC;
}
</style>
border-color css
<style>
span { border-color: #E079CC; }
span { border-color: rgb(224,121,204); }
td.TdClassName
{
border-color: #E079CC;
}
.TagClassName
{
border-color: #E079CC;
}
</style>