Shades of Orchid #E277C8
Tints of Orchid #E277C8
RGB
CMYK
RGB Variations
Color information
#E277C8 (or 0xE277C8) is known color: Orchid. HEX triplet: E2, 77 and C8. RGB value is (226,119,200). Sum of RGB (Red+Green+Blue) = 226+119+200=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E277C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E277C8 is #1D8837. Grayscale: #A0A0A0. Windows color (decimal): -1935416 or 13137890. OLE color: 13137890.
HSL color Cylindrical-coordinate representation of color #E277C8: hue angle of 314.58º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E277C8 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 119 | 200 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.11 |
| HSL | 314.58º | 0.65% | 0.68% | - |
| HSV(B) | 314.58º | 0.47% | 0.89% | - |
| XYZ | 48.39 | 33.53 | 58.57 | - |
| YUV | 160.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 200 | 0 | 0.47 | 0.12 | 0.11 | 314.58 | 0.65 | 0.68 |
| Hex | E2 | 77 | C8 | 0 | 2F | C | B | 13B | 41 | 44 |
| Octal | 342 | 167 | 310 | 0 | 57 | 14 | 13 | 473 | 101 | 104 |
| Binary | 11100010 | 1110111 | 11001000 | 0 | 101111 | 1100 | 1011 | 100111011 | 1000001 | 1000100 |
Color Harmonies of #E277C8
Complementary color
Monochromatic Colors of #E277C8
Black with #E277C8
Text Example
Text Example
White with #E277C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E277C8; }
p { color: rgb(226,119,200); }
H1.HeaderClassName
{
color: #E277C8;
}
.AnyTagClassName
{
color: #E277C8;
}
</style>
background-color css
<style>
a { background-color: #E277C8; }
a { background-color: rgb(226,119,200); }
div.DivClassName
{
background-color: #E277C8;
}
.BgClassName
{
background-color: #E277C8;
}
</style>
border-color css
<style>
span { border-color: #E277C8; }
span { border-color: rgb(226,119,200); }
td.TdClassName
{
border-color: #E277C8;
}
.TagClassName
{
border-color: #E277C8;
}
</style>