Shades of Orchid #E379CB
Tints of Orchid #E379CB
RGB
CMYK
RGB Variations
Color information
#E379CB (or 0xE379CB) is known color: Orchid. HEX triplet: E3, 79 and CB. RGB value is (227,121,203). Sum of RGB (Red+Green+Blue) = 227+121+203=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E379CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379CB is #1C8634. Grayscale: #A1A1A1. Windows color (decimal): -1869365 or 13335011. OLE color: 13335011.
HSL color Cylindrical-coordinate representation of color #E379CB: hue angle of 313.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 #E379CB is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 121 | 203 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.11 |
| HSL | 313.58º | 0.65% | 0.68% | - |
| HSV(B) | 313.58º | 0.47% | 0.89% | - |
| XYZ | 49.3 | 34.32 | 60.53 | - |
| YUV | 162.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 203 | 0 | 0.47 | 0.11 | 0.11 | 313.58 | 0.65 | 0.68 |
| Hex | E3 | 79 | CB | 0 | 2F | B | B | 13A | 41 | 44 |
| Octal | 343 | 171 | 313 | 0 | 57 | 13 | 13 | 472 | 101 | 104 |
| Binary | 11100011 | 1111001 | 11001011 | 0 | 101111 | 1011 | 1011 | 100111010 | 1000001 | 1000100 |
Color Harmonies of #E379CB
Complementary color
Monochromatic Colors of #E379CB
Black with #E379CB
Text Example
Text Example
White with #E379CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379CB; }
p { color: rgb(227,121,203); }
H1.HeaderClassName
{
color: #E379CB;
}
.AnyTagClassName
{
color: #E379CB;
}
</style>
background-color css
<style>
a { background-color: #E379CB; }
a { background-color: rgb(227,121,203); }
div.DivClassName
{
background-color: #E379CB;
}
.BgClassName
{
background-color: #E379CB;
}
</style>
border-color css
<style>
span { border-color: #E379CB; }
span { border-color: rgb(227,121,203); }
td.TdClassName
{
border-color: #E379CB;
}
.TagClassName
{
border-color: #E379CB;
}
</style>