Shades of Orchid #E66EDC
Tints of Orchid #E66EDC
RGB
CMYK
RGB Variations
Color information
#E66EDC (or 0xE66EDC) is known color: Orchid. HEX triplet: E6, 6E and DC. RGB value is (230,110,220). Sum of RGB (Red+Green+Blue) = 230+110+220=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 110 (43.36% from 255 or 19.64% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E66EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66EDC is #199123. Grayscale: #9E9E9E. Windows color (decimal): -1675556 or 14446310. OLE color: 14446310.
HSL color Cylindrical-coordinate representation of color #E66EDC: hue angle of 305º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66EDC is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 220 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.10 |
| HSL | 305º | 0.71% | 0.67% | - |
| HSV(B) | 305º | 0.52% | 0.9% | - |
| XYZ | 51.13 | 33.14 | 71.41 | - |
| YUV | 158.42 | 162.76 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 220 | 0 | 0.52 | 0.04 | 0.10 | 305 | 0.71 | 0.67 |
| Hex | E6 | 6E | DC | 0 | 34 | 4 | A | 131 | 47 | 43 |
| Octal | 346 | 156 | 334 | 0 | 64 | 4 | 12 | 461 | 107 | 103 |
| Binary | 11100110 | 1101110 | 11011100 | 0 | 110100 | 100 | 1010 | 100110001 | 1000111 | 1000011 |
Color Harmonies of #E66EDC
Complementary color
Monochromatic Colors of #E66EDC
Black with #E66EDC
Text Example
Text Example
White with #E66EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66EDC; }
p { color: rgb(230,110,220); }
H1.HeaderClassName
{
color: #E66EDC;
}
.AnyTagClassName
{
color: #E66EDC;
}
</style>
background-color css
<style>
a { background-color: #E66EDC; }
a { background-color: rgb(230,110,220); }
div.DivClassName
{
background-color: #E66EDC;
}
.BgClassName
{
background-color: #E66EDC;
}
</style>
border-color css
<style>
span { border-color: #E66EDC; }
span { border-color: rgb(230,110,220); }
td.TdClassName
{
border-color: #E66EDC;
}
.TagClassName
{
border-color: #E66EDC;
}
</style>