Shades of Orchid #E07BDB
Tints of Orchid #E07BDB
RGB
CMYK
RGB Variations
Color information
#E07BDB (or 0xE07BDB) is known color: Orchid. HEX triplet: E0, 7B and DB. RGB value is (224,123,219). Sum of RGB (Red+Green+Blue) = 224+123+219=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BDB is #1F8424. Grayscale: #A3A3A3. Windows color (decimal): -2065445 or 14384096. OLE color: 14384096.
HSL color Cylindrical-coordinate representation of color #E07BDB: hue angle of 302.97º 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 #E07BDB is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 219 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.12 |
| HSL | 302.97º | 0.62% | 0.68% | - |
| HSV(B) | 302.97º | 0.45% | 0.88% | - |
| XYZ | 50.61 | 35.13 | 71.13 | - |
| YUV | 164.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 219 | 0 | 0.45 | 0.02 | 0.12 | 302.97 | 0.62 | 0.68 |
| Hex | E0 | 7B | DB | 0 | 2D | 2 | C | 12F | 3E | 44 |
| Octal | 340 | 173 | 333 | 0 | 55 | 2 | 14 | 457 | 76 | 104 |
| Binary | 11100000 | 1111011 | 11011011 | 0 | 101101 | 10 | 1100 | 100101111 | 111110 | 1000100 |
Color Harmonies of #E07BDB
Complementary color
Monochromatic Colors of #E07BDB
Black with #E07BDB
Text Example
Text Example
White with #E07BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BDB; }
p { color: rgb(224,123,219); }
H1.HeaderClassName
{
color: #E07BDB;
}
.AnyTagClassName
{
color: #E07BDB;
}
</style>
background-color css
<style>
a { background-color: #E07BDB; }
a { background-color: rgb(224,123,219); }
div.DivClassName
{
background-color: #E07BDB;
}
.BgClassName
{
background-color: #E07BDB;
}
</style>
border-color css
<style>
span { border-color: #E07BDB; }
span { border-color: rgb(224,123,219); }
td.TdClassName
{
border-color: #E07BDB;
}
.TagClassName
{
border-color: #E07BDB;
}
</style>