Shades of Orchid #E66CE1
Tints of Orchid #E66CE1
RGB
CMYK
RGB Variations
Color information
#E66CE1 (or 0xE66CE1) is known color: Orchid. HEX triplet: E6, 6C and E1. RGB value is (230,108,225). Sum of RGB (Red+Green+Blue) = 230+108+225=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 108 (42.58% from 255 or 19.18% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CE1 is #19931E. Grayscale: #9D9D9D. Windows color (decimal): -1676063 or 14773478. OLE color: 14773478.
HSL color Cylindrical-coordinate representation of color #E66CE1: hue angle of 302.46º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66CE1 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 225 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.10 |
| HSL | 302.46º | 0.71% | 0.66% | - |
| HSV(B) | 302.46º | 0.53% | 0.9% | - |
| XYZ | 51.59 | 32.98 | 74.88 | - |
| YUV | 157.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 225 | 0 | 0.53 | 0.02 | 0.10 | 302.46 | 0.71 | 0.66 |
| Hex | E6 | 6C | E1 | 0 | 35 | 2 | A | 12E | 47 | 42 |
| Octal | 346 | 154 | 341 | 0 | 65 | 2 | 12 | 456 | 107 | 102 |
| Binary | 11100110 | 1101100 | 11100001 | 0 | 110101 | 10 | 1010 | 100101110 | 1000111 | 1000010 |
Color Harmonies of #E66CE1
Complementary color
Monochromatic Colors of #E66CE1
Black with #E66CE1
Text Example
Text Example
White with #E66CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CE1; }
p { color: rgb(230,108,225); }
H1.HeaderClassName
{
color: #E66CE1;
}
.AnyTagClassName
{
color: #E66CE1;
}
</style>
background-color css
<style>
a { background-color: #E66CE1; }
a { background-color: rgb(230,108,225); }
div.DivClassName
{
background-color: #E66CE1;
}
.BgClassName
{
background-color: #E66CE1;
}
</style>
border-color css
<style>
span { border-color: #E66CE1; }
span { border-color: rgb(230,108,225); }
td.TdClassName
{
border-color: #E66CE1;
}
.TagClassName
{
border-color: #E66CE1;
}
</style>