Shades of Orchid #E378CC
Tints of Orchid #E378CC
RGB
CMYK
RGB Variations
Color information
#E378CC (or 0xE378CC) is known color: Orchid. HEX triplet: E3, 78 and CC. RGB value is (227,120,204). Sum of RGB (Red+Green+Blue) = 227+120+204=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E378CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E378CC is #1C8733. Grayscale: #A1A1A1. Windows color (decimal): -1869620 or 13400291. OLE color: 13400291.
HSL color Cylindrical-coordinate representation of color #E378CC: hue angle of 312.9º 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 #E378CC is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 120 | 204 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.11 |
| HSL | 312.9º | 0.66% | 0.68% | - |
| HSV(B) | 312.9º | 0.47% | 0.89% | - |
| XYZ | 49.29 | 34.12 | 61.12 | - |
| YUV | 161.57 | 151.95 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 204 | 0 | 0.47 | 0.10 | 0.11 | 312.9 | 0.66 | 0.68 |
| Hex | E3 | 78 | CC | 0 | 2F | A | B | 139 | 42 | 44 |
| Octal | 343 | 170 | 314 | 0 | 57 | 12 | 13 | 471 | 102 | 104 |
| Binary | 11100011 | 1111000 | 11001100 | 0 | 101111 | 1010 | 1011 | 100111001 | 1000010 | 1000100 |
Color Harmonies of #E378CC
Complementary color
Monochromatic Colors of #E378CC
Black with #E378CC
Text Example
Text Example
White with #E378CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E378CC; }
p { color: rgb(227,120,204); }
H1.HeaderClassName
{
color: #E378CC;
}
.AnyTagClassName
{
color: #E378CC;
}
</style>
background-color css
<style>
a { background-color: #E378CC; }
a { background-color: rgb(227,120,204); }
div.DivClassName
{
background-color: #E378CC;
}
.BgClassName
{
background-color: #E378CC;
}
</style>
border-color css
<style>
span { border-color: #E378CC; }
span { border-color: rgb(227,120,204); }
td.TdClassName
{
border-color: #E378CC;
}
.TagClassName
{
border-color: #E378CC;
}
</style>