Shades of Orchid #E384CC
Tints of Orchid #E384CC
RGB
CMYK
RGB Variations
Color information
#E384CC (or 0xE384CC) is known color: Orchid. HEX triplet: E3, 84 and CC. RGB value is (227,132,204). Sum of RGB (Red+Green+Blue) = 227+132+204=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E384CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384CC is #1C7B33. Grayscale: #A8A8A8. Windows color (decimal): -1866548 or 13403363. OLE color: 13403363.
HSL color Cylindrical-coordinate representation of color #E384CC: hue angle of 314.53º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E384CC is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 204 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.11 |
| HSL | 314.53º | 0.63% | 0.7% | - |
| HSV(B) | 314.53º | 0.42% | 0.89% | - |
| XYZ | 50.83 | 37.19 | 61.63 | - |
| YUV | 168.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 204 | 0 | 0.42 | 0.10 | 0.11 | 314.53 | 0.63 | 0.7 |
| Hex | E3 | 84 | CC | 0 | 2A | A | B | 13B | 3F | 46 |
| Octal | 343 | 204 | 314 | 0 | 52 | 12 | 13 | 473 | 77 | 106 |
| Binary | 11100011 | 10000100 | 11001100 | 0 | 101010 | 1010 | 1011 | 100111011 | 111111 | 1000110 |
Color Harmonies of #E384CC
Complementary color
Monochromatic Colors of #E384CC
Black with #E384CC
Text Example
Text Example
White with #E384CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E384CC; }
p { color: rgb(227,132,204); }
H1.HeaderClassName
{
color: #E384CC;
}
.AnyTagClassName
{
color: #E384CC;
}
</style>
background-color css
<style>
a { background-color: #E384CC; }
a { background-color: rgb(227,132,204); }
div.DivClassName
{
background-color: #E384CC;
}
.BgClassName
{
background-color: #E384CC;
}
</style>
border-color css
<style>
span { border-color: #E384CC; }
span { border-color: rgb(227,132,204); }
td.TdClassName
{
border-color: #E384CC;
}
.TagClassName
{
border-color: #E384CC;
}
</style>