Shades of Orchid #E07DD6
Tints of Orchid #E07DD6
RGB
CMYK
RGB Variations
Color information
#E07DD6 (or 0xE07DD6) is known color: Orchid. HEX triplet: E0, 7D and D6. RGB value is (224,125,214). Sum of RGB (Red+Green+Blue) = 224+125+214=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DD6 is #1F8229. Grayscale: #A4A4A4. Windows color (decimal): -2064938 or 14056928. OLE color: 14056928.
HSL color Cylindrical-coordinate representation of color #E07DD6: hue angle of 306.06º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07DD6 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 214 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.12 |
| HSL | 306.06º | 0.61% | 0.68% | - |
| HSV(B) | 306.06º | 0.44% | 0.88% | - |
| XYZ | 50.21 | 35.37 | 67.8 | - |
| YUV | 164.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 214 | 0 | 0.44 | 0.04 | 0.12 | 306.06 | 0.61 | 0.68 |
| Hex | E0 | 7D | D6 | 0 | 2C | 4 | C | 132 | 3D | 44 |
| Octal | 340 | 175 | 326 | 0 | 54 | 4 | 14 | 462 | 75 | 104 |
| Binary | 11100000 | 1111101 | 11010110 | 0 | 101100 | 100 | 1100 | 100110010 | 111101 | 1000100 |
Color Harmonies of #E07DD6
Complementary color
Monochromatic Colors of #E07DD6
Black with #E07DD6
Text Example
Text Example
White with #E07DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DD6; }
p { color: rgb(224,125,214); }
H1.HeaderClassName
{
color: #E07DD6;
}
.AnyTagClassName
{
color: #E07DD6;
}
</style>
background-color css
<style>
a { background-color: #E07DD6; }
a { background-color: rgb(224,125,214); }
div.DivClassName
{
background-color: #E07DD6;
}
.BgClassName
{
background-color: #E07DD6;
}
</style>
border-color css
<style>
span { border-color: #E07DD6; }
span { border-color: rgb(224,125,214); }
td.TdClassName
{
border-color: #E07DD6;
}
.TagClassName
{
border-color: #E07DD6;
}
</style>