Shades of Orchid #E06DDF
Tints of Orchid #E06DDF
RGB
CMYK
RGB Variations
Color information
#E06DDF (or 0xE06DDF) is known color: Orchid. HEX triplet: E0, 6D and DF. RGB value is (224,109,223). Sum of RGB (Red+Green+Blue) = 224+109+223=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06DDF is #1F9220. Grayscale: #9C9C9C. Windows color (decimal): -2069025 or 14642656. OLE color: 14642656.
HSL color Cylindrical-coordinate representation of color #E06DDF: hue angle of 300.52º 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 #E06DDF is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 223 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.12 |
| HSL | 300.52º | 0.65% | 0.65% | - |
| HSV(B) | 300.52º | 0.51% | 0.88% | - |
| XYZ | 49.53 | 32.11 | 73.4 | - |
| YUV | 156.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 223 | 0 | 0.51 | 0.00 | 0.12 | 300.52 | 0.65 | 0.65 |
| Hex | E0 | 6D | DF | 0 | 33 | 0 | C | 12D | 41 | 41 |
| Octal | 340 | 155 | 337 | 0 | 63 | 0 | 14 | 455 | 101 | 101 |
| Binary | 11100000 | 1101101 | 11011111 | 0 | 110011 | 0 | 1100 | 100101101 | 1000001 | 1000001 |
Color Harmonies of #E06DDF
Complementary color
Monochromatic Colors of #E06DDF
Black with #E06DDF
Text Example
Text Example
White with #E06DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DDF; }
p { color: rgb(224,109,223); }
H1.HeaderClassName
{
color: #E06DDF;
}
.AnyTagClassName
{
color: #E06DDF;
}
</style>
background-color css
<style>
a { background-color: #E06DDF; }
a { background-color: rgb(224,109,223); }
div.DivClassName
{
background-color: #E06DDF;
}
.BgClassName
{
background-color: #E06DDF;
}
</style>
border-color css
<style>
span { border-color: #E06DDF; }
span { border-color: rgb(224,109,223); }
td.TdClassName
{
border-color: #E06DDF;
}
.TagClassName
{
border-color: #E06DDF;
}
</style>