Shades of Orchid #E06FDC
Tints of Orchid #E06FDC
RGB
CMYK
RGB Variations
Color information
#E06FDC (or 0xE06FDC) is known color: Orchid. HEX triplet: E0, 6F and DC. RGB value is (224,111,220). Sum of RGB (Red+Green+Blue) = 224+111+220=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FDC is #1F9023. Grayscale: #9C9C9C. Windows color (decimal): -2068516 or 14446560. OLE color: 14446560.
HSL color Cylindrical-coordinate representation of color #E06FDC: hue angle of 302.12º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06FDC is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 220 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.12 |
| HSL | 302.12º | 0.65% | 0.66% | - |
| HSV(B) | 302.12º | 0.5% | 0.88% | - |
| XYZ | 49.34 | 32.38 | 71.36 | - |
| YUV | 157.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 220 | 0 | 0.50 | 0.02 | 0.12 | 302.12 | 0.65 | 0.66 |
| Hex | E0 | 6F | DC | 0 | 32 | 2 | C | 12E | 41 | 42 |
| Octal | 340 | 157 | 334 | 0 | 62 | 2 | 14 | 456 | 101 | 102 |
| Binary | 11100000 | 1101111 | 11011100 | 0 | 110010 | 10 | 1100 | 100101110 | 1000001 | 1000010 |
Color Harmonies of #E06FDC
Complementary color
Monochromatic Colors of #E06FDC
Black with #E06FDC
Text Example
Text Example
White with #E06FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FDC; }
p { color: rgb(224,111,220); }
H1.HeaderClassName
{
color: #E06FDC;
}
.AnyTagClassName
{
color: #E06FDC;
}
</style>
background-color css
<style>
a { background-color: #E06FDC; }
a { background-color: rgb(224,111,220); }
div.DivClassName
{
background-color: #E06FDC;
}
.BgClassName
{
background-color: #E06FDC;
}
</style>
border-color css
<style>
span { border-color: #E06FDC; }
span { border-color: rgb(224,111,220); }
td.TdClassName
{
border-color: #E06FDC;
}
.TagClassName
{
border-color: #E06FDC;
}
</style>