Shades of Orchid #E277CE
Tints of Orchid #E277CE
RGB
CMYK
RGB Variations
Color information
#E277CE (or 0xE277CE) is known color: Orchid. HEX triplet: E2, 77 and CE. RGB value is (226,119,206). Sum of RGB (Red+Green+Blue) = 226+119+206=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E277CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E277CE is #1D8831. Grayscale: #A0A0A0. Windows color (decimal): -1935410 or 13531106. OLE color: 13531106.
HSL color Cylindrical-coordinate representation of color #E277CE: hue angle of 311.21º 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 #E277CE is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 119 | 206 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.11 |
| HSL | 311.22º | 0.65% | 0.68% | - |
| HSV(B) | 311.22º | 0.47% | 0.89% | - |
| XYZ | 49.1 | 33.82 | 62.33 | - |
| YUV | 160.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 206 | 0 | 0.47 | 0.09 | 0.11 | 311.22 | 0.65 | 0.68 |
| Hex | E2 | 77 | CE | 0 | 2F | 9 | B | 137 | 41 | 44 |
| Octal | 342 | 167 | 316 | 0 | 57 | 11 | 13 | 467 | 101 | 104 |
| Binary | 11100010 | 1110111 | 11001110 | 0 | 101111 | 1001 | 1011 | 100110111 | 1000001 | 1000100 |
Color Harmonies of #E277CE
Complementary color
Monochromatic Colors of #E277CE
Black with #E277CE
Text Example
Text Example
White with #E277CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E277CE; }
p { color: rgb(226,119,206); }
H1.HeaderClassName
{
color: #E277CE;
}
.AnyTagClassName
{
color: #E277CE;
}
</style>
background-color css
<style>
a { background-color: #E277CE; }
a { background-color: rgb(226,119,206); }
div.DivClassName
{
background-color: #E277CE;
}
.BgClassName
{
background-color: #E277CE;
}
</style>
border-color css
<style>
span { border-color: #E277CE; }
span { border-color: rgb(226,119,206); }
td.TdClassName
{
border-color: #E277CE;
}
.TagClassName
{
border-color: #E277CE;
}
</style>