Shades of Orchid #E478C8
Tints of Orchid #E478C8
RGB
CMYK
RGB Variations
Color information
#E478C8 (or 0xE478C8) is known color: Orchid. HEX triplet: E4, 78 and C8. RGB value is (228,120,200). Sum of RGB (Red+Green+Blue) = 228+120+200=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E478C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478C8 is #1B8737. Grayscale: #A1A1A1. Windows color (decimal): -1804088 or 13138148. OLE color: 13138148.
HSL color Cylindrical-coordinate representation of color #E478C8: hue angle of 315.56º 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 #E478C8 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 120 | 200 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.11 |
| HSL | 315.56º | 0.67% | 0.68% | - |
| HSV(B) | 315.56º | 0.47% | 0.89% | - |
| XYZ | 49.14 | 34.1 | 58.64 | - |
| YUV | 161.41 | 149.78 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 120 | 200 | 0 | 0.47 | 0.12 | 0.11 | 315.56 | 0.67 | 0.68 |
| Hex | E4 | 78 | C8 | 0 | 2F | C | B | 13C | 43 | 44 |
| Octal | 344 | 170 | 310 | 0 | 57 | 14 | 13 | 474 | 103 | 104 |
| Binary | 11100100 | 1111000 | 11001000 | 0 | 101111 | 1100 | 1011 | 100111100 | 1000011 | 1000100 |
Color Harmonies of #E478C8
Complementary color
Monochromatic Colors of #E478C8
Black with #E478C8
Text Example
Text Example
White with #E478C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E478C8; }
p { color: rgb(228,120,200); }
H1.HeaderClassName
{
color: #E478C8;
}
.AnyTagClassName
{
color: #E478C8;
}
</style>
background-color css
<style>
a { background-color: #E478C8; }
a { background-color: rgb(228,120,200); }
div.DivClassName
{
background-color: #E478C8;
}
.BgClassName
{
background-color: #E478C8;
}
</style>
border-color css
<style>
span { border-color: #E478C8; }
span { border-color: rgb(228,120,200); }
td.TdClassName
{
border-color: #E478C8;
}
.TagClassName
{
border-color: #E478C8;
}
</style>