Shades of Orchid #E07CC5
Tints of Orchid #E07CC5
RGB
CMYK
RGB Variations
Color information
#E07CC5 (or 0xE07CC5) is known color: Orchid. HEX triplet: E0, 7C and C5. RGB value is (224,124,197). Sum of RGB (Red+Green+Blue) = 224+124+197=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CC5 is #1F833A. Grayscale: #A2A2A2. Windows color (decimal): -2065211 or 12942560. OLE color: 12942560.
HSL color Cylindrical-coordinate representation of color #E07CC5: hue angle of 316.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07CC5 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 197 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.12 |
| HSL | 316.2º | 0.62% | 0.68% | - |
| HSV(B) | 316.2º | 0.45% | 0.88% | - |
| XYZ | 48.03 | 34.29 | 56.91 | - |
| YUV | 162.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 197 | 0 | 0.45 | 0.12 | 0.12 | 316.2 | 0.62 | 0.68 |
| Hex | E0 | 7C | C5 | 0 | 2D | C | C | 13C | 3E | 44 |
| Octal | 340 | 174 | 305 | 0 | 55 | 14 | 14 | 474 | 76 | 104 |
| Binary | 11100000 | 1111100 | 11000101 | 0 | 101101 | 1100 | 1100 | 100111100 | 111110 | 1000100 |
Color Harmonies of #E07CC5
Complementary color
Monochromatic Colors of #E07CC5
Black with #E07CC5
Text Example
Text Example
White with #E07CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CC5; }
p { color: rgb(224,124,197); }
H1.HeaderClassName
{
color: #E07CC5;
}
.AnyTagClassName
{
color: #E07CC5;
}
</style>
background-color css
<style>
a { background-color: #E07CC5; }
a { background-color: rgb(224,124,197); }
div.DivClassName
{
background-color: #E07CC5;
}
.BgClassName
{
background-color: #E07CC5;
}
</style>
border-color css
<style>
span { border-color: #E07CC5; }
span { border-color: rgb(224,124,197); }
td.TdClassName
{
border-color: #E07CC5;
}
.TagClassName
{
border-color: #E07CC5;
}
</style>