Shades of Orchid #E27CCA
Tints of Orchid #E27CCA
RGB
CMYK
RGB Variations
Color information
#E27CCA (or 0xE27CCA) is known color: Orchid. HEX triplet: E2, 7C and CA. RGB value is (226,124,202). Sum of RGB (Red+Green+Blue) = 226+124+202=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27CCA is #1D8335. Grayscale: #A3A3A3. Windows color (decimal): -1934134 or 13270242. OLE color: 13270242.
HSL color Cylindrical-coordinate representation of color #E27CCA: hue angle of 314.12º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27CCA is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 202 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.11 |
| HSL | 314.12º | 0.64% | 0.69% | - |
| HSV(B) | 314.12º | 0.45% | 0.89% | - |
| XYZ | 49.23 | 34.85 | 60.01 | - |
| YUV | 163.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 202 | 0 | 0.45 | 0.11 | 0.11 | 314.12 | 0.64 | 0.69 |
| Hex | E2 | 7C | CA | 0 | 2D | B | B | 13A | 40 | 45 |
| Octal | 342 | 174 | 312 | 0 | 55 | 13 | 13 | 472 | 100 | 105 |
| Binary | 11100010 | 1111100 | 11001010 | 0 | 101101 | 1011 | 1011 | 100111010 | 1000000 | 1000101 |
Color Harmonies of #E27CCA
Complementary color
Monochromatic Colors of #E27CCA
Black with #E27CCA
Text Example
Text Example
White with #E27CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27CCA; }
p { color: rgb(226,124,202); }
H1.HeaderClassName
{
color: #E27CCA;
}
.AnyTagClassName
{
color: #E27CCA;
}
</style>
background-color css
<style>
a { background-color: #E27CCA; }
a { background-color: rgb(226,124,202); }
div.DivClassName
{
background-color: #E27CCA;
}
.BgClassName
{
background-color: #E27CCA;
}
</style>
border-color css
<style>
span { border-color: #E27CCA; }
span { border-color: rgb(226,124,202); }
td.TdClassName
{
border-color: #E27CCA;
}
.TagClassName
{
border-color: #E27CCA;
}
</style>