Shades of Orchid #E07BC6
Tints of Orchid #E07BC6
RGB
CMYK
RGB Variations
Color information
#E07BC6 (or 0xE07BC6) is known color: Orchid. HEX triplet: E0, 7B and C6. RGB value is (224,123,198). Sum of RGB (Red+Green+Blue) = 224+123+198=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BC6 is #1F8439. Grayscale: #A1A1A1. Windows color (decimal): -2065466 or 13007840. OLE color: 13007840.
HSL color Cylindrical-coordinate representation of color #E07BC6: hue angle of 315.45º 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 #E07BC6 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 198 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.12 |
| HSL | 315.45º | 0.62% | 0.68% | - |
| HSV(B) | 315.45º | 0.45% | 0.88% | - |
| XYZ | 48.02 | 34.09 | 57.48 | - |
| YUV | 161.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 198 | 0 | 0.45 | 0.12 | 0.12 | 315.45 | 0.62 | 0.68 |
| Hex | E0 | 7B | C6 | 0 | 2D | C | C | 13B | 3E | 44 |
| Octal | 340 | 173 | 306 | 0 | 55 | 14 | 14 | 473 | 76 | 104 |
| Binary | 11100000 | 1111011 | 11000110 | 0 | 101101 | 1100 | 1100 | 100111011 | 111110 | 1000100 |
Color Harmonies of #E07BC6
Complementary color
Monochromatic Colors of #E07BC6
Black with #E07BC6
Text Example
Text Example
White with #E07BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BC6; }
p { color: rgb(224,123,198); }
H1.HeaderClassName
{
color: #E07BC6;
}
.AnyTagClassName
{
color: #E07BC6;
}
</style>
background-color css
<style>
a { background-color: #E07BC6; }
a { background-color: rgb(224,123,198); }
div.DivClassName
{
background-color: #E07BC6;
}
.BgClassName
{
background-color: #E07BC6;
}
</style>
border-color css
<style>
span { border-color: #E07BC6; }
span { border-color: rgb(224,123,198); }
td.TdClassName
{
border-color: #E07BC6;
}
.TagClassName
{
border-color: #E07BC6;
}
</style>