Shades of Orchid #E66CE0
Tints of Orchid #E66CE0
RGB
CMYK
RGB Variations
Color information
#E66CE0 (or 0xE66CE0) is known color: Orchid. HEX triplet: E6, 6C and E0. RGB value is (230,108,224). Sum of RGB (Red+Green+Blue) = 230+108+224=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 108 (42.58% from 255 or 19.22% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CE0 is #19931F. Grayscale: #9D9D9D. Windows color (decimal): -1676064 or 14707942. OLE color: 14707942.
HSL color Cylindrical-coordinate representation of color #E66CE0: hue angle of 302.95º 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 #E66CE0 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 224 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.10 |
| HSL | 302.95º | 0.71% | 0.66% | - |
| HSV(B) | 302.95º | 0.53% | 0.9% | - |
| XYZ | 51.45 | 32.93 | 74.17 | - |
| YUV | 157.7 | 165.42 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 224 | 0 | 0.53 | 0.03 | 0.10 | 302.95 | 0.71 | 0.66 |
| Hex | E6 | 6C | E0 | 0 | 35 | 3 | A | 12F | 47 | 42 |
| Octal | 346 | 154 | 340 | 0 | 65 | 3 | 12 | 457 | 107 | 102 |
| Binary | 11100110 | 1101100 | 11100000 | 0 | 110101 | 11 | 1010 | 100101111 | 1000111 | 1000010 |
Color Harmonies of #E66CE0
Complementary color
Monochromatic Colors of #E66CE0
Black with #E66CE0
Text Example
Text Example
White with #E66CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CE0; }
p { color: rgb(230,108,224); }
H1.HeaderClassName
{
color: #E66CE0;
}
.AnyTagClassName
{
color: #E66CE0;
}
</style>
background-color css
<style>
a { background-color: #E66CE0; }
a { background-color: rgb(230,108,224); }
div.DivClassName
{
background-color: #E66CE0;
}
.BgClassName
{
background-color: #E66CE0;
}
</style>
border-color css
<style>
span { border-color: #E66CE0; }
span { border-color: rgb(230,108,224); }
td.TdClassName
{
border-color: #E66CE0;
}
.TagClassName
{
border-color: #E66CE0;
}
</style>