Shades of Orchid #E66ECF
Tints of Orchid #E66ECF
RGB
CMYK
RGB Variations
Color information
#E66ECF (or 0xE66ECF) is known color: Orchid. HEX triplet: E6, 6E and CF. RGB value is (230,110,207). Sum of RGB (Red+Green+Blue) = 230+110+207=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E66ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66ECF is #199130. Grayscale: #9C9C9C. Windows color (decimal): -1675569 or 13594342. OLE color: 13594342.
HSL color Cylindrical-coordinate representation of color #E66ECF: hue angle of 311.5º 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 #E66ECF is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 207 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.10 |
| HSL | 311.5º | 0.71% | 0.67% | - |
| HSV(B) | 311.5º | 0.52% | 0.9% | - |
| XYZ | 49.47 | 32.48 | 62.69 | - |
| YUV | 156.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 207 | 0 | 0.52 | 0.10 | 0.10 | 311.5 | 0.71 | 0.67 |
| Hex | E6 | 6E | CF | 0 | 34 | A | A | 138 | 47 | 43 |
| Octal | 346 | 156 | 317 | 0 | 64 | 12 | 12 | 470 | 107 | 103 |
| Binary | 11100110 | 1101110 | 11001111 | 0 | 110100 | 1010 | 1010 | 100111000 | 1000111 | 1000011 |
Color Harmonies of #E66ECF
Complementary color
Monochromatic Colors of #E66ECF
Black with #E66ECF
Text Example
Text Example
White with #E66ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66ECF; }
p { color: rgb(230,110,207); }
H1.HeaderClassName
{
color: #E66ECF;
}
.AnyTagClassName
{
color: #E66ECF;
}
</style>
background-color css
<style>
a { background-color: #E66ECF; }
a { background-color: rgb(230,110,207); }
div.DivClassName
{
background-color: #E66ECF;
}
.BgClassName
{
background-color: #E66ECF;
}
</style>
border-color css
<style>
span { border-color: #E66ECF; }
span { border-color: rgb(230,110,207); }
td.TdClassName
{
border-color: #E66ECF;
}
.TagClassName
{
border-color: #E66ECF;
}
</style>