Shades of Orchid #E06ECF
Tints of Orchid #E06ECF
RGB
CMYK
RGB Variations
Color information
#E06ECF (or 0xE06ECF) is known color: Orchid. HEX triplet: E0, 6E and CF. RGB value is (224,110,207). Sum of RGB (Red+Green+Blue) = 224+110+207=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ECF is #1F9130. Grayscale: #9A9A9A. Windows color (decimal): -2068785 or 13594336. OLE color: 13594336.
HSL color Cylindrical-coordinate representation of color #E06ECF: hue angle of 308.95º 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 #E06ECF is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 207 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.12 |
| HSL | 308.95º | 0.65% | 0.65% | - |
| HSV(B) | 308.95º | 0.51% | 0.88% | - |
| XYZ | 47.58 | 31.5 | 62.6 | - |
| YUV | 155.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 207 | 0 | 0.51 | 0.08 | 0.12 | 308.95 | 0.65 | 0.65 |
| Hex | E0 | 6E | CF | 0 | 33 | 8 | C | 135 | 41 | 41 |
| Octal | 340 | 156 | 317 | 0 | 63 | 10 | 14 | 465 | 101 | 101 |
| Binary | 11100000 | 1101110 | 11001111 | 0 | 110011 | 1000 | 1100 | 100110101 | 1000001 | 1000001 |
Color Harmonies of #E06ECF
Complementary color
Monochromatic Colors of #E06ECF
Black with #E06ECF
Text Example
Text Example
White with #E06ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06ECF; }
p { color: rgb(224,110,207); }
H1.HeaderClassName
{
color: #E06ECF;
}
.AnyTagClassName
{
color: #E06ECF;
}
</style>
background-color css
<style>
a { background-color: #E06ECF; }
a { background-color: rgb(224,110,207); }
div.DivClassName
{
background-color: #E06ECF;
}
.BgClassName
{
background-color: #E06ECF;
}
</style>
border-color css
<style>
span { border-color: #E06ECF; }
span { border-color: rgb(224,110,207); }
td.TdClassName
{
border-color: #E06ECF;
}
.TagClassName
{
border-color: #E06ECF;
}
</style>