Shades of Orchid #E07BD1
Tints of Orchid #E07BD1
RGB
CMYK
RGB Variations
Color information
#E07BD1 (or 0xE07BD1) is known color: Orchid. HEX triplet: E0, 7B and D1. RGB value is (224,123,209). Sum of RGB (Red+Green+Blue) = 224+123+209=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BD1 is #1F842E. Grayscale: #A2A2A2. Windows color (decimal): -2065455 or 13728736. OLE color: 13728736.
HSL color Cylindrical-coordinate representation of color #E07BD1: hue angle of 308.91º 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 #E07BD1 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 209 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.12 |
| HSL | 308.91º | 0.62% | 0.68% | - |
| HSV(B) | 308.91º | 0.45% | 0.88% | - |
| XYZ | 49.33 | 34.62 | 64.4 | - |
| YUV | 163 | 153.96 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 209 | 0 | 0.45 | 0.07 | 0.12 | 308.91 | 0.62 | 0.68 |
| Hex | E0 | 7B | D1 | 0 | 2D | 7 | C | 135 | 3E | 44 |
| Octal | 340 | 173 | 321 | 0 | 55 | 7 | 14 | 465 | 76 | 104 |
| Binary | 11100000 | 1111011 | 11010001 | 0 | 101101 | 111 | 1100 | 100110101 | 111110 | 1000100 |
Color Harmonies of #E07BD1
Complementary color
Monochromatic Colors of #E07BD1
Black with #E07BD1
Text Example
Text Example
White with #E07BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BD1; }
p { color: rgb(224,123,209); }
H1.HeaderClassName
{
color: #E07BD1;
}
.AnyTagClassName
{
color: #E07BD1;
}
</style>
background-color css
<style>
a { background-color: #E07BD1; }
a { background-color: rgb(224,123,209); }
div.DivClassName
{
background-color: #E07BD1;
}
.BgClassName
{
background-color: #E07BD1;
}
</style>
border-color css
<style>
span { border-color: #E07BD1; }
span { border-color: rgb(224,123,209); }
td.TdClassName
{
border-color: #E07BD1;
}
.TagClassName
{
border-color: #E07BD1;
}
</style>