Shades of Orchid #E379CC
Tints of Orchid #E379CC
RGB
CMYK
RGB Variations
Color information
#E379CC (or 0xE379CC) is known color: Orchid. HEX triplet: E3, 79 and CC. RGB value is (227,121,204). Sum of RGB (Red+Green+Blue) = 227+121+204=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E379CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379CC is #1C8633. Grayscale: #A1A1A1. Windows color (decimal): -1869364 or 13400547. OLE color: 13400547.
HSL color Cylindrical-coordinate representation of color #E379CC: hue angle of 313.02º 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 #E379CC is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 121 | 204 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.11 |
| HSL | 313.02º | 0.65% | 0.68% | - |
| HSV(B) | 313.02º | 0.47% | 0.89% | - |
| XYZ | 49.42 | 34.37 | 61.16 | - |
| YUV | 162.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 204 | 0 | 0.47 | 0.10 | 0.11 | 313.02 | 0.65 | 0.68 |
| Hex | E3 | 79 | CC | 0 | 2F | A | B | 139 | 41 | 44 |
| Octal | 343 | 171 | 314 | 0 | 57 | 12 | 13 | 471 | 101 | 104 |
| Binary | 11100011 | 1111001 | 11001100 | 0 | 101111 | 1010 | 1011 | 100111001 | 1000001 | 1000100 |
Color Harmonies of #E379CC
Complementary color
Monochromatic Colors of #E379CC
Black with #E379CC
Text Example
Text Example
White with #E379CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379CC; }
p { color: rgb(227,121,204); }
H1.HeaderClassName
{
color: #E379CC;
}
.AnyTagClassName
{
color: #E379CC;
}
</style>
background-color css
<style>
a { background-color: #E379CC; }
a { background-color: rgb(227,121,204); }
div.DivClassName
{
background-color: #E379CC;
}
.BgClassName
{
background-color: #E379CC;
}
</style>
border-color css
<style>
span { border-color: #E379CC; }
span { border-color: rgb(227,121,204); }
td.TdClassName
{
border-color: #E379CC;
}
.TagClassName
{
border-color: #E379CC;
}
</style>