Shades of Orchid #E07BC5
Tints of Orchid #E07BC5
RGB
CMYK
RGB Variations
Color information
#E07BC5 (or 0xE07BC5) is known color: Orchid. HEX triplet: E0, 7B and C5. RGB value is (224,123,197). Sum of RGB (Red+Green+Blue) = 224+123+197=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BC5 is #1F843A. Grayscale: #A1A1A1. Windows color (decimal): -2065467 or 12942304. OLE color: 12942304.
HSL color Cylindrical-coordinate representation of color #E07BC5: hue angle of 316.04º 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 #E07BC5 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 197 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.12 |
| HSL | 316.04º | 0.62% | 0.68% | - |
| HSV(B) | 316.04º | 0.45% | 0.88% | - |
| XYZ | 47.9 | 34.04 | 56.87 | - |
| YUV | 161.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 197 | 0 | 0.45 | 0.12 | 0.12 | 316.04 | 0.62 | 0.68 |
| Hex | E0 | 7B | C5 | 0 | 2D | C | C | 13C | 3E | 44 |
| Octal | 340 | 173 | 305 | 0 | 55 | 14 | 14 | 474 | 76 | 104 |
| Binary | 11100000 | 1111011 | 11000101 | 0 | 101101 | 1100 | 1100 | 100111100 | 111110 | 1000100 |
Color Harmonies of #E07BC5
Complementary color
Monochromatic Colors of #E07BC5
Black with #E07BC5
Text Example
Text Example
White with #E07BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BC5; }
p { color: rgb(224,123,197); }
H1.HeaderClassName
{
color: #E07BC5;
}
.AnyTagClassName
{
color: #E07BC5;
}
</style>
background-color css
<style>
a { background-color: #E07BC5; }
a { background-color: rgb(224,123,197); }
div.DivClassName
{
background-color: #E07BC5;
}
.BgClassName
{
background-color: #E07BC5;
}
</style>
border-color css
<style>
span { border-color: #E07BC5; }
span { border-color: rgb(224,123,197); }
td.TdClassName
{
border-color: #E07BC5;
}
.TagClassName
{
border-color: #E07BC5;
}
</style>