Shades of Orchid #E378C9
Tints of Orchid #E378C9
RGB
CMYK
RGB Variations
Color information
#E378C9 (or 0xE378C9) is known color: Orchid. HEX triplet: E3, 78 and C9. RGB value is (227,120,201). Sum of RGB (Red+Green+Blue) = 227+120+201=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E378C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E378C9 is #1C8736. Grayscale: #A1A1A1. Windows color (decimal): -1869623 or 13203683. OLE color: 13203683.
HSL color Cylindrical-coordinate representation of color #E378C9: hue angle of 314.58º degrees, saturation: 0.66, 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 #E378C9 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 120 | 201 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.11 |
| HSL | 314.58º | 0.66% | 0.68% | - |
| HSV(B) | 314.58º | 0.47% | 0.89% | - |
| XYZ | 48.94 | 33.98 | 59.24 | - |
| YUV | 161.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 201 | 0 | 0.47 | 0.11 | 0.11 | 314.58 | 0.66 | 0.68 |
| Hex | E3 | 78 | C9 | 0 | 2F | B | B | 13B | 42 | 44 |
| Octal | 343 | 170 | 311 | 0 | 57 | 13 | 13 | 473 | 102 | 104 |
| Binary | 11100011 | 1111000 | 11001001 | 0 | 101111 | 1011 | 1011 | 100111011 | 1000010 | 1000100 |
Color Harmonies of #E378C9
Complementary color
Monochromatic Colors of #E378C9
Black with #E378C9
Text Example
Text Example
White with #E378C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E378C9; }
p { color: rgb(227,120,201); }
H1.HeaderClassName
{
color: #E378C9;
}
.AnyTagClassName
{
color: #E378C9;
}
</style>
background-color css
<style>
a { background-color: #E378C9; }
a { background-color: rgb(227,120,201); }
div.DivClassName
{
background-color: #E378C9;
}
.BgClassName
{
background-color: #E378C9;
}
</style>
border-color css
<style>
span { border-color: #E378C9; }
span { border-color: rgb(227,120,201); }
td.TdClassName
{
border-color: #E378C9;
}
.TagClassName
{
border-color: #E378C9;
}
</style>