Shades of Orchid #E66ECE
Tints of Orchid #E66ECE
RGB
CMYK
RGB Variations
Color information
#E66ECE (or 0xE66ECE) is known color: Orchid. HEX triplet: E6, 6E and CE. RGB value is (230,110,206). Sum of RGB (Red+Green+Blue) = 230+110+206=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E66ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66ECE is #199131. Grayscale: #9C9C9C. Windows color (decimal): -1675570 or 13528806. OLE color: 13528806.
HSL color Cylindrical-coordinate representation of color #E66ECE: hue angle of 312º 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 #E66ECE is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 206 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.10 |
| HSL | 312º | 0.71% | 0.67% | - |
| HSV(B) | 312º | 0.52% | 0.9% | - |
| XYZ | 49.35 | 32.43 | 62.05 | - |
| YUV | 156.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 206 | 0 | 0.52 | 0.10 | 0.10 | 312 | 0.71 | 0.67 |
| Hex | E6 | 6E | CE | 0 | 34 | A | A | 138 | 47 | 43 |
| Octal | 346 | 156 | 316 | 0 | 64 | 12 | 12 | 470 | 107 | 103 |
| Binary | 11100110 | 1101110 | 11001110 | 0 | 110100 | 1010 | 1010 | 100111000 | 1000111 | 1000011 |
Color Harmonies of #E66ECE
Complementary color
Monochromatic Colors of #E66ECE
Black with #E66ECE
Text Example
Text Example
White with #E66ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66ECE; }
p { color: rgb(230,110,206); }
H1.HeaderClassName
{
color: #E66ECE;
}
.AnyTagClassName
{
color: #E66ECE;
}
</style>
background-color css
<style>
a { background-color: #E66ECE; }
a { background-color: rgb(230,110,206); }
div.DivClassName
{
background-color: #E66ECE;
}
.BgClassName
{
background-color: #E66ECE;
}
</style>
border-color css
<style>
span { border-color: #E66ECE; }
span { border-color: rgb(230,110,206); }
td.TdClassName
{
border-color: #E66ECE;
}
.TagClassName
{
border-color: #E66ECE;
}
</style>