Shades of Orchid #E379C8
Tints of Orchid #E379C8
RGB
CMYK
RGB Variations
Color information
#E379C8 (or 0xE379C8) is known color: Orchid. HEX triplet: E3, 79 and C8. RGB value is (227,121,200). Sum of RGB (Red+Green+Blue) = 227+121+200=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E379C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379C8 is #1C8637. Grayscale: #A1A1A1. Windows color (decimal): -1869368 or 13138403. OLE color: 13138403.
HSL color Cylindrical-coordinate representation of color #E379C8: hue angle of 315.28º 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 #E379C8 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 121 | 200 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.11 |
| HSL | 315.28º | 0.65% | 0.68% | - |
| HSV(B) | 315.28º | 0.47% | 0.89% | - |
| XYZ | 48.94 | 34.18 | 58.66 | - |
| YUV | 161.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 200 | 0 | 0.47 | 0.12 | 0.11 | 315.28 | 0.65 | 0.68 |
| Hex | E3 | 79 | C8 | 0 | 2F | C | B | 13B | 41 | 44 |
| Octal | 343 | 171 | 310 | 0 | 57 | 14 | 13 | 473 | 101 | 104 |
| Binary | 11100011 | 1111001 | 11001000 | 0 | 101111 | 1100 | 1011 | 100111011 | 1000001 | 1000100 |
Color Harmonies of #E379C8
Complementary color
Monochromatic Colors of #E379C8
Black with #E379C8
Text Example
Text Example
White with #E379C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379C8; }
p { color: rgb(227,121,200); }
H1.HeaderClassName
{
color: #E379C8;
}
.AnyTagClassName
{
color: #E379C8;
}
</style>
background-color css
<style>
a { background-color: #E379C8; }
a { background-color: rgb(227,121,200); }
div.DivClassName
{
background-color: #E379C8;
}
.BgClassName
{
background-color: #E379C8;
}
</style>
border-color css
<style>
span { border-color: #E379C8; }
span { border-color: rgb(227,121,200); }
td.TdClassName
{
border-color: #E379C8;
}
.TagClassName
{
border-color: #E379C8;
}
</style>