Shades of Orchid #E27BC9
Tints of Orchid #E27BC9
RGB
CMYK
RGB Variations
Color information
#E27BC9 (or 0xE27BC9) is known color: Orchid. HEX triplet: E2, 7B and C9. RGB value is (226,123,201). Sum of RGB (Red+Green+Blue) = 226+123+201=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BC9 is #1D8436. Grayscale: #A2A2A2. Windows color (decimal): -1934391 or 13204450. OLE color: 13204450.
HSL color Cylindrical-coordinate representation of color #E27BC9: hue angle of 314.56º 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 #E27BC9 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 201 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.11 |
| HSL | 314.56º | 0.64% | 0.68% | - |
| HSV(B) | 314.56º | 0.46% | 0.89% | - |
| XYZ | 48.99 | 34.55 | 59.35 | - |
| YUV | 162.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 201 | 0 | 0.46 | 0.11 | 0.11 | 314.56 | 0.64 | 0.68 |
| Hex | E2 | 7B | C9 | 0 | 2E | B | B | 13B | 40 | 44 |
| Octal | 342 | 173 | 311 | 0 | 56 | 13 | 13 | 473 | 100 | 104 |
| Binary | 11100010 | 1111011 | 11001001 | 0 | 101110 | 1011 | 1011 | 100111011 | 1000000 | 1000100 |
Color Harmonies of #E27BC9
Complementary color
Monochromatic Colors of #E27BC9
Black with #E27BC9
Text Example
Text Example
White with #E27BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27BC9; }
p { color: rgb(226,123,201); }
H1.HeaderClassName
{
color: #E27BC9;
}
.AnyTagClassName
{
color: #E27BC9;
}
</style>
background-color css
<style>
a { background-color: #E27BC9; }
a { background-color: rgb(226,123,201); }
div.DivClassName
{
background-color: #E27BC9;
}
.BgClassName
{
background-color: #E27BC9;
}
</style>
border-color css
<style>
span { border-color: #E27BC9; }
span { border-color: rgb(226,123,201); }
td.TdClassName
{
border-color: #E27BC9;
}
.TagClassName
{
border-color: #E27BC9;
}
</style>