Shades of Orchid #E66CE9
Tints of Orchid #E66CE9
RGB
CMYK
RGB Variations
Color information
#E66CE9 (or 0xE66CE9) is known color: Orchid. HEX triplet: E6, 6C and E9. RGB value is (230,108,233). Sum of RGB (Red+Green+Blue) = 230+108+233=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 108 (42.58% from 255 or 18.91% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #E66CE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66CE9 is #199316. Grayscale: #9E9E9E. Windows color (decimal): -1676055 or 15297766. OLE color: 15297766.
HSL color Cylindrical-coordinate representation of color #E66CE9: hue angle of 298.56º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66CE9 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 108 | 233 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.09 |
| HSL | 298.56º | 0.74% | 0.67% | - |
| HSV(B) | 298.56º | 0.54% | 0.91% | - |
| XYZ | 52.7 | 33.43 | 80.77 | - |
| YUV | 158.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 233 | 0.01 | 0.54 | 0 | 0.09 | 298.56 | 0.74 | 0.67 |
| Hex | E6 | 6C | E9 | 1 | 36 | 0 | 9 | 12B | 4A | 43 |
| Octal | 346 | 154 | 351 | 1 | 66 | 0 | 11 | 453 | 112 | 103 |
| Binary | 11100110 | 1101100 | 11101001 | 1 | 110110 | 0 | 1001 | 100101011 | 1001010 | 1000011 |
Color Harmonies of #E66CE9
Complementary color
Monochromatic Colors of #E66CE9
Black with #E66CE9
Text Example
Text Example
White with #E66CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CE9; }
p { color: rgb(230,108,233); }
H1.HeaderClassName
{
color: #E66CE9;
}
.AnyTagClassName
{
color: #E66CE9;
}
</style>
background-color css
<style>
a { background-color: #E66CE9; }
a { background-color: rgb(230,108,233); }
div.DivClassName
{
background-color: #E66CE9;
}
.BgClassName
{
background-color: #E66CE9;
}
</style>
border-color css
<style>
span { border-color: #E66CE9; }
span { border-color: rgb(230,108,233); }
td.TdClassName
{
border-color: #E66CE9;
}
.TagClassName
{
border-color: #E66CE9;
}
</style>