Shades of Orchid #E07BDD
Tints of Orchid #E07BDD
RGB
CMYK
RGB Variations
Color information
#E07BDD (or 0xE07BDD) is known color: Orchid. HEX triplet: E0, 7B and DD. RGB value is (224,123,221). Sum of RGB (Red+Green+Blue) = 224+123+221=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BDD is #1F8422. Grayscale: #A4A4A4. Windows color (decimal): -2065443 or 14515168. OLE color: 14515168.
HSL color Cylindrical-coordinate representation of color #E07BDD: hue angle of 301.78º 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 #E07BDD is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 221 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.12 |
| HSL | 301.78º | 0.62% | 0.68% | - |
| HSV(B) | 301.78º | 0.45% | 0.88% | - |
| XYZ | 50.87 | 35.23 | 72.53 | - |
| YUV | 164.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 221 | 0 | 0.45 | 0.01 | 0.12 | 301.78 | 0.62 | 0.68 |
| Hex | E0 | 7B | DD | 0 | 2D | 1 | C | 12E | 3E | 44 |
| Octal | 340 | 173 | 335 | 0 | 55 | 1 | 14 | 456 | 76 | 104 |
| Binary | 11100000 | 1111011 | 11011101 | 0 | 101101 | 1 | 1100 | 100101110 | 111110 | 1000100 |
Color Harmonies of #E07BDD
Complementary color
Monochromatic Colors of #E07BDD
Black with #E07BDD
Text Example
Text Example
White with #E07BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BDD; }
p { color: rgb(224,123,221); }
H1.HeaderClassName
{
color: #E07BDD;
}
.AnyTagClassName
{
color: #E07BDD;
}
</style>
background-color css
<style>
a { background-color: #E07BDD; }
a { background-color: rgb(224,123,221); }
div.DivClassName
{
background-color: #E07BDD;
}
.BgClassName
{
background-color: #E07BDD;
}
</style>
border-color css
<style>
span { border-color: #E07BDD; }
span { border-color: rgb(224,123,221); }
td.TdClassName
{
border-color: #E07BDD;
}
.TagClassName
{
border-color: #E07BDD;
}
</style>