Shades of Orchid #E478CA
Tints of Orchid #E478CA
RGB
CMYK
RGB Variations
Color information
#E478CA (or 0xE478CA) is known color: Orchid. HEX triplet: E4, 78 and CA. RGB value is (228,120,202). Sum of RGB (Red+Green+Blue) = 228+120+202=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E478CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478CA is #1B8735. Grayscale: #A1A1A1. Windows color (decimal): -1804086 or 13269220. OLE color: 13269220.
HSL color Cylindrical-coordinate representation of color #E478CA: hue angle of 314.44º degrees, saturation: 0.67, 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 #E478CA is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 120 | 202 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.11 |
| HSL | 314.44º | 0.67% | 0.68% | - |
| HSV(B) | 314.44º | 0.47% | 0.89% | - |
| XYZ | 49.37 | 34.19 | 59.87 | - |
| YUV | 161.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 120 | 202 | 0 | 0.47 | 0.11 | 0.11 | 314.44 | 0.67 | 0.68 |
| Hex | E4 | 78 | CA | 0 | 2F | B | B | 13A | 43 | 44 |
| Octal | 344 | 170 | 312 | 0 | 57 | 13 | 13 | 472 | 103 | 104 |
| Binary | 11100100 | 1111000 | 11001010 | 0 | 101111 | 1011 | 1011 | 100111010 | 1000011 | 1000100 |
Color Harmonies of #E478CA
Complementary color
Monochromatic Colors of #E478CA
Black with #E478CA
Text Example
Text Example
White with #E478CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E478CA; }
p { color: rgb(228,120,202); }
H1.HeaderClassName
{
color: #E478CA;
}
.AnyTagClassName
{
color: #E478CA;
}
</style>
background-color css
<style>
a { background-color: #E478CA; }
a { background-color: rgb(228,120,202); }
div.DivClassName
{
background-color: #E478CA;
}
.BgClassName
{
background-color: #E478CA;
}
</style>
border-color css
<style>
span { border-color: #E478CA; }
span { border-color: rgb(228,120,202); }
td.TdClassName
{
border-color: #E478CA;
}
.TagClassName
{
border-color: #E478CA;
}
</style>