Shades of Orchid #E578DF
Tints of Orchid #E578DF
RGB
CMYK
RGB Variations
Color information
#E578DF (or 0xE578DF) is known color: Orchid. HEX triplet: E5, 78 and DF. RGB value is (229,120,223). Sum of RGB (Red+Green+Blue) = 229+120+223=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E578DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578DF is #1A8720. Grayscale: #A4A4A4. Windows color (decimal): -1738529 or 14645477. OLE color: 14645477.
HSL color Cylindrical-coordinate representation of color #E578DF: hue angle of 303.3º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E578DF is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 223 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.10 |
| HSL | 303.3º | 0.68% | 0.68% | - |
| HSV(B) | 303.3º | 0.48% | 0.9% | - |
| XYZ | 52.35 | 35.42 | 73.89 | - |
| YUV | 164.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 223 | 0 | 0.48 | 0.03 | 0.10 | 303.3 | 0.68 | 0.68 |
| Hex | E5 | 78 | DF | 0 | 30 | 3 | A | 12F | 44 | 44 |
| Octal | 345 | 170 | 337 | 0 | 60 | 3 | 12 | 457 | 104 | 104 |
| Binary | 11100101 | 1111000 | 11011111 | 0 | 110000 | 11 | 1010 | 100101111 | 1000100 | 1000100 |
Color Harmonies of #E578DF
Complementary color
Monochromatic Colors of #E578DF
Black with #E578DF
Text Example
Text Example
White with #E578DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E578DF; }
p { color: rgb(229,120,223); }
H1.HeaderClassName
{
color: #E578DF;
}
.AnyTagClassName
{
color: #E578DF;
}
</style>
background-color css
<style>
a { background-color: #E578DF; }
a { background-color: rgb(229,120,223); }
div.DivClassName
{
background-color: #E578DF;
}
.BgClassName
{
background-color: #E578DF;
}
</style>
border-color css
<style>
span { border-color: #E578DF; }
span { border-color: rgb(229,120,223); }
td.TdClassName
{
border-color: #E578DF;
}
.TagClassName
{
border-color: #E578DF;
}
</style>