Shades of Orchid #E27ECC
Tints of Orchid #E27ECC
RGB
CMYK
RGB Variations
Color information
#E27ECC (or 0xE27ECC) is known color: Orchid. HEX triplet: E2, 7E and CC. RGB value is (226,126,204). Sum of RGB (Red+Green+Blue) = 226+126+204=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ECC is #1D8133. Grayscale: #A4A4A4. Windows color (decimal): -1933620 or 13401826. OLE color: 13401826.
HSL color Cylindrical-coordinate representation of color #E27ECC: hue angle of 313.2º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27ECC is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 204 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.11 |
| HSL | 313.2º | 0.63% | 0.69% | - |
| HSV(B) | 313.2º | 0.44% | 0.89% | - |
| XYZ | 49.72 | 35.45 | 61.35 | - |
| YUV | 164.79 | 150.13 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 204 | 0 | 0.44 | 0.10 | 0.11 | 313.2 | 0.63 | 0.69 |
| Hex | E2 | 7E | CC | 0 | 2C | A | B | 139 | 3F | 45 |
| Octal | 342 | 176 | 314 | 0 | 54 | 12 | 13 | 471 | 77 | 105 |
| Binary | 11100010 | 1111110 | 11001100 | 0 | 101100 | 1010 | 1011 | 100111001 | 111111 | 1000101 |
Color Harmonies of #E27ECC
Complementary color
Monochromatic Colors of #E27ECC
Black with #E27ECC
Text Example
Text Example
White with #E27ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27ECC; }
p { color: rgb(226,126,204); }
H1.HeaderClassName
{
color: #E27ECC;
}
.AnyTagClassName
{
color: #E27ECC;
}
</style>
background-color css
<style>
a { background-color: #E27ECC; }
a { background-color: rgb(226,126,204); }
div.DivClassName
{
background-color: #E27ECC;
}
.BgClassName
{
background-color: #E27ECC;
}
</style>
border-color css
<style>
span { border-color: #E27ECC; }
span { border-color: rgb(226,126,204); }
td.TdClassName
{
border-color: #E27ECC;
}
.TagClassName
{
border-color: #E27ECC;
}
</style>