Shades of Orchid #E07DCF
Tints of Orchid #E07DCF
RGB
CMYK
RGB Variations
Color information
#E07DCF (or 0xE07DCF) is known color: Orchid. HEX triplet: E0, 7D and CF. RGB value is (224,125,207). Sum of RGB (Red+Green+Blue) = 224+125+207=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DCF is #1F8230. Grayscale: #A3A3A3. Windows color (decimal): -2064945 or 13598176. OLE color: 13598176.
HSL color Cylindrical-coordinate representation of color #E07DCF: hue angle of 310.3º 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 #E07DCF is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 207 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.12 |
| HSL | 310.3º | 0.61% | 0.68% | - |
| HSV(B) | 310.3º | 0.44% | 0.88% | - |
| XYZ | 49.34 | 35.02 | 63.19 | - |
| YUV | 163.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 207 | 0 | 0.44 | 0.08 | 0.12 | 310.3 | 0.61 | 0.68 |
| Hex | E0 | 7D | CF | 0 | 2C | 8 | C | 136 | 3D | 44 |
| Octal | 340 | 175 | 317 | 0 | 54 | 10 | 14 | 466 | 75 | 104 |
| Binary | 11100000 | 1111101 | 11001111 | 0 | 101100 | 1000 | 1100 | 100110110 | 111101 | 1000100 |
Color Harmonies of #E07DCF
Complementary color
Monochromatic Colors of #E07DCF
Black with #E07DCF
Text Example
Text Example
White with #E07DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DCF; }
p { color: rgb(224,125,207); }
H1.HeaderClassName
{
color: #E07DCF;
}
.AnyTagClassName
{
color: #E07DCF;
}
</style>
background-color css
<style>
a { background-color: #E07DCF; }
a { background-color: rgb(224,125,207); }
div.DivClassName
{
background-color: #E07DCF;
}
.BgClassName
{
background-color: #E07DCF;
}
</style>
border-color css
<style>
span { border-color: #E07DCF; }
span { border-color: rgb(224,125,207); }
td.TdClassName
{
border-color: #E07DCF;
}
.TagClassName
{
border-color: #E07DCF;
}
</style>