Shades of Orchid #E27BCC
Tints of Orchid #E27BCC
RGB
CMYK
RGB Variations
Color information
#E27BCC (or 0xE27BCC) is known color: Orchid. HEX triplet: E2, 7B and CC. RGB value is (226,123,204). Sum of RGB (Red+Green+Blue) = 226+123+204=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BCC is #1D8433. Grayscale: #A2A2A2. Windows color (decimal): -1934388 or 13401058. OLE color: 13401058.
HSL color Cylindrical-coordinate representation of color #E27BCC: hue angle of 312.82º 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 #E27BCC is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 204 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.11 |
| HSL | 312.82º | 0.64% | 0.68% | - |
| HSV(B) | 312.82º | 0.46% | 0.89% | - |
| XYZ | 49.35 | 34.69 | 61.22 | - |
| YUV | 163.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 204 | 0 | 0.46 | 0.10 | 0.11 | 312.82 | 0.64 | 0.68 |
| Hex | E2 | 7B | CC | 0 | 2E | A | B | 139 | 40 | 44 |
| Octal | 342 | 173 | 314 | 0 | 56 | 12 | 13 | 471 | 100 | 104 |
| Binary | 11100010 | 1111011 | 11001100 | 0 | 101110 | 1010 | 1011 | 100111001 | 1000000 | 1000100 |
Color Harmonies of #E27BCC
Complementary color
Monochromatic Colors of #E27BCC
Black with #E27BCC
Text Example
Text Example
White with #E27BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27BCC; }
p { color: rgb(226,123,204); }
H1.HeaderClassName
{
color: #E27BCC;
}
.AnyTagClassName
{
color: #E27BCC;
}
</style>
background-color css
<style>
a { background-color: #E27BCC; }
a { background-color: rgb(226,123,204); }
div.DivClassName
{
background-color: #E27BCC;
}
.BgClassName
{
background-color: #E27BCC;
}
</style>
border-color css
<style>
span { border-color: #E27BCC; }
span { border-color: rgb(226,123,204); }
td.TdClassName
{
border-color: #E27BCC;
}
.TagClassName
{
border-color: #E27BCC;
}
</style>