Shades of Orchid #E06EDF
Tints of Orchid #E06EDF
RGB
CMYK
RGB Variations
Color information
#E06EDF (or 0xE06EDF) is known color: Orchid. HEX triplet: E0, 6E and DF. RGB value is (224,110,223). Sum of RGB (Red+Green+Blue) = 224+110+223=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06EDF is #1F9120. Grayscale: #9C9C9C. Windows color (decimal): -2068769 or 14642912. OLE color: 14642912.
HSL color Cylindrical-coordinate representation of color #E06EDF: hue angle of 300.53º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06EDF is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 223 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.12 |
| HSL | 300.53º | 0.65% | 0.65% | - |
| HSV(B) | 300.53º | 0.51% | 0.88% | - |
| XYZ | 49.64 | 32.33 | 73.44 | - |
| YUV | 156.97 | 165.27 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 223 | 0 | 0.51 | 0.00 | 0.12 | 300.53 | 0.65 | 0.65 |
| Hex | E0 | 6E | DF | 0 | 33 | 0 | C | 12D | 41 | 41 |
| Octal | 340 | 156 | 337 | 0 | 63 | 0 | 14 | 455 | 101 | 101 |
| Binary | 11100000 | 1101110 | 11011111 | 0 | 110011 | 0 | 1100 | 100101101 | 1000001 | 1000001 |
Color Harmonies of #E06EDF
Complementary color
Monochromatic Colors of #E06EDF
Black with #E06EDF
Text Example
Text Example
White with #E06EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EDF; }
p { color: rgb(224,110,223); }
H1.HeaderClassName
{
color: #E06EDF;
}
.AnyTagClassName
{
color: #E06EDF;
}
</style>
background-color css
<style>
a { background-color: #E06EDF; }
a { background-color: rgb(224,110,223); }
div.DivClassName
{
background-color: #E06EDF;
}
.BgClassName
{
background-color: #E06EDF;
}
</style>
border-color css
<style>
span { border-color: #E06EDF; }
span { border-color: rgb(224,110,223); }
td.TdClassName
{
border-color: #E06EDF;
}
.TagClassName
{
border-color: #E06EDF;
}
</style>