Shades of Orchid #E377CB
Tints of Orchid #E377CB
RGB
CMYK
RGB Variations
Color information
#E377CB (or 0xE377CB) is known color: Orchid. HEX triplet: E3, 77 and CB. RGB value is (227,119,203). Sum of RGB (Red+Green+Blue) = 227+119+203=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E377CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E377CB is #1C8834. Grayscale: #A0A0A0. Windows color (decimal): -1869877 or 13334499. OLE color: 13334499.
HSL color Cylindrical-coordinate representation of color #E377CB: hue angle of 313.33º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E377CB is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 119 | 203 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.11 |
| HSL | 313.33º | 0.66% | 0.68% | - |
| HSV(B) | 313.33º | 0.48% | 0.89% | - |
| XYZ | 49.05 | 33.84 | 60.45 | - |
| YUV | 160.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 119 | 203 | 0 | 0.48 | 0.11 | 0.11 | 313.33 | 0.66 | 0.68 |
| Hex | E3 | 77 | CB | 0 | 30 | B | B | 139 | 42 | 44 |
| Octal | 343 | 167 | 313 | 0 | 60 | 13 | 13 | 471 | 102 | 104 |
| Binary | 11100011 | 1110111 | 11001011 | 0 | 110000 | 1011 | 1011 | 100111001 | 1000010 | 1000100 |
Color Harmonies of #E377CB
Complementary color
Monochromatic Colors of #E377CB
Black with #E377CB
Text Example
Text Example
White with #E377CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E377CB; }
p { color: rgb(227,119,203); }
H1.HeaderClassName
{
color: #E377CB;
}
.AnyTagClassName
{
color: #E377CB;
}
</style>
background-color css
<style>
a { background-color: #E377CB; }
a { background-color: rgb(227,119,203); }
div.DivClassName
{
background-color: #E377CB;
}
.BgClassName
{
background-color: #E377CB;
}
</style>
border-color css
<style>
span { border-color: #E377CB; }
span { border-color: rgb(227,119,203); }
td.TdClassName
{
border-color: #E377CB;
}
.TagClassName
{
border-color: #E377CB;
}
</style>