Shades of Orchid #E580CF
Tints of Orchid #E580CF
RGB
CMYK
RGB Variations
Color information
#E580CF (or 0xE580CF) is known color: Orchid. HEX triplet: E5, 80 and CF. RGB value is (229,128,207). Sum of RGB (Red+Green+Blue) = 229+128+207=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E580CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E580CF is #1A7F30. Grayscale: #A6A6A6. Windows color (decimal): -1736497 or 13598949. OLE color: 13598949.
HSL color Cylindrical-coordinate representation of color #E580CF: hue angle of 313.07º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E580CF is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 128 | 207 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.10 |
| HSL | 313.07º | 0.66% | 0.7% | - |
| HSV(B) | 313.07º | 0.44% | 0.9% | - |
| XYZ | 51.29 | 36.6 | 63.39 | - |
| YUV | 167.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 128 | 207 | 0 | 0.44 | 0.10 | 0.10 | 313.07 | 0.66 | 0.7 |
| Hex | E5 | 80 | CF | 0 | 2C | A | A | 139 | 42 | 46 |
| Octal | 345 | 200 | 317 | 0 | 54 | 12 | 12 | 471 | 102 | 106 |
| Binary | 11100101 | 10000000 | 11001111 | 0 | 101100 | 1010 | 1010 | 100111001 | 1000010 | 1000110 |
Color Harmonies of #E580CF
Complementary color
Monochromatic Colors of #E580CF
Black with #E580CF
Text Example
Text Example
White with #E580CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E580CF; }
p { color: rgb(229,128,207); }
H1.HeaderClassName
{
color: #E580CF;
}
.AnyTagClassName
{
color: #E580CF;
}
</style>
background-color css
<style>
a { background-color: #E580CF; }
a { background-color: rgb(229,128,207); }
div.DivClassName
{
background-color: #E580CF;
}
.BgClassName
{
background-color: #E580CF;
}
</style>
border-color css
<style>
span { border-color: #E580CF; }
span { border-color: rgb(229,128,207); }
td.TdClassName
{
border-color: #E580CF;
}
.TagClassName
{
border-color: #E580CF;
}
</style>