Shades of Orchid #E279CC
Tints of Orchid #E279CC
RGB
CMYK
RGB Variations
Color information
#E279CC (or 0xE279CC) is known color: Orchid. HEX triplet: E2, 79 and CC. RGB value is (226,121,204). Sum of RGB (Red+Green+Blue) = 226+121+204=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E279CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279CC is #1D8633. Grayscale: #A1A1A1. Windows color (decimal): -1934900 or 13400546. OLE color: 13400546.
HSL color Cylindrical-coordinate representation of color #E279CC: hue angle of 312.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E279CC is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 204 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.11 |
| HSL | 312.57º | 0.64% | 0.68% | - |
| HSV(B) | 312.57º | 0.46% | 0.89% | - |
| XYZ | 49.1 | 34.2 | 61.14 | - |
| YUV | 161.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 204 | 0 | 0.46 | 0.10 | 0.11 | 312.57 | 0.64 | 0.68 |
| Hex | E2 | 79 | CC | 0 | 2E | A | B | 139 | 40 | 44 |
| Octal | 342 | 171 | 314 | 0 | 56 | 12 | 13 | 471 | 100 | 104 |
| Binary | 11100010 | 1111001 | 11001100 | 0 | 101110 | 1010 | 1011 | 100111001 | 1000000 | 1000100 |
Color Harmonies of #E279CC
Complementary color
Monochromatic Colors of #E279CC
Black with #E279CC
Text Example
Text Example
White with #E279CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E279CC; }
p { color: rgb(226,121,204); }
H1.HeaderClassName
{
color: #E279CC;
}
.AnyTagClassName
{
color: #E279CC;
}
</style>
background-color css
<style>
a { background-color: #E279CC; }
a { background-color: rgb(226,121,204); }
div.DivClassName
{
background-color: #E279CC;
}
.BgClassName
{
background-color: #E279CC;
}
</style>
border-color css
<style>
span { border-color: #E279CC; }
span { border-color: rgb(226,121,204); }
td.TdClassName
{
border-color: #E279CC;
}
.TagClassName
{
border-color: #E279CC;
}
</style>