Shades of Orchid #E07BCB
Tints of Orchid #E07BCB
RGB
CMYK
RGB Variations
Color information
#E07BCB (or 0xE07BCB) is known color: Orchid. HEX triplet: E0, 7B and CB. RGB value is (224,123,203). Sum of RGB (Red+Green+Blue) = 224+123+203=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BCB is #1F8434. Grayscale: #A2A2A2. Windows color (decimal): -2065461 or 13335520. OLE color: 13335520.
HSL color Cylindrical-coordinate representation of color #E07BCB: hue angle of 312.48º 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 #E07BCB is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 203 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.12 |
| HSL | 312.48º | 0.62% | 0.68% | - |
| HSV(B) | 312.48º | 0.45% | 0.88% | - |
| XYZ | 48.6 | 34.33 | 60.56 | - |
| YUV | 162.32 | 150.96 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 203 | 0 | 0.45 | 0.09 | 0.12 | 312.48 | 0.62 | 0.68 |
| Hex | E0 | 7B | CB | 0 | 2D | 9 | C | 138 | 3E | 44 |
| Octal | 340 | 173 | 313 | 0 | 55 | 11 | 14 | 470 | 76 | 104 |
| Binary | 11100000 | 1111011 | 11001011 | 0 | 101101 | 1001 | 1100 | 100111000 | 111110 | 1000100 |
Color Harmonies of #E07BCB
Complementary color
Monochromatic Colors of #E07BCB
Black with #E07BCB
Text Example
Text Example
White with #E07BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BCB; }
p { color: rgb(224,123,203); }
H1.HeaderClassName
{
color: #E07BCB;
}
.AnyTagClassName
{
color: #E07BCB;
}
</style>
background-color css
<style>
a { background-color: #E07BCB; }
a { background-color: rgb(224,123,203); }
div.DivClassName
{
background-color: #E07BCB;
}
.BgClassName
{
background-color: #E07BCB;
}
</style>
border-color css
<style>
span { border-color: #E07BCB; }
span { border-color: rgb(224,123,203); }
td.TdClassName
{
border-color: #E07BCB;
}
.TagClassName
{
border-color: #E07BCB;
}
</style>