Shades of Orchid #E080C7
Tints of Orchid #E080C7
RGB
CMYK
RGB Variations
Color information
#E080C7 (or 0xE080C7) is known color: Orchid. HEX triplet: E0, 80 and C7. RGB value is (224,128,199). Sum of RGB (Red+Green+Blue) = 224+128+199=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E080C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080C7 is #1F7F38. Grayscale: #A4A4A4. Windows color (decimal): -2064185 or 13074656. OLE color: 13074656.
HSL color Cylindrical-coordinate representation of color #E080C7: hue angle of 315.62º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E080C7 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 199 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.12 |
| HSL | 315.63º | 0.61% | 0.69% | - |
| HSV(B) | 315.63º | 0.43% | 0.88% | - |
| XYZ | 48.77 | 35.41 | 58.3 | - |
| YUV | 164.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 199 | 0 | 0.43 | 0.11 | 0.12 | 315.63 | 0.61 | 0.69 |
| Hex | E0 | 80 | C7 | 0 | 2B | B | C | 13C | 3D | 45 |
| Octal | 340 | 200 | 307 | 0 | 53 | 13 | 14 | 474 | 75 | 105 |
| Binary | 11100000 | 10000000 | 11000111 | 0 | 101011 | 1011 | 1100 | 100111100 | 111101 | 1000101 |
Color Harmonies of #E080C7
Complementary color
Monochromatic Colors of #E080C7
Black with #E080C7
Text Example
Text Example
White with #E080C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080C7; }
p { color: rgb(224,128,199); }
H1.HeaderClassName
{
color: #E080C7;
}
.AnyTagClassName
{
color: #E080C7;
}
</style>
background-color css
<style>
a { background-color: #E080C7; }
a { background-color: rgb(224,128,199); }
div.DivClassName
{
background-color: #E080C7;
}
.BgClassName
{
background-color: #E080C7;
}
</style>
border-color css
<style>
span { border-color: #E080C7; }
span { border-color: rgb(224,128,199); }
td.TdClassName
{
border-color: #E080C7;
}
.TagClassName
{
border-color: #E080C7;
}
</style>