Shades of Orchid #E66CDA
Tints of Orchid #E66CDA
RGB
CMYK
RGB Variations
Color information
#E66CDA (or 0xE66CDA) is known color: Orchid. HEX triplet: E6, 6C and DA. RGB value is (230,108,218). Sum of RGB (Red+Green+Blue) = 230+108+218=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CDA is #199325. Grayscale: #9C9C9C. Windows color (decimal): -1676070 or 14314726. OLE color: 14314726.
HSL color Cylindrical-coordinate representation of color #E66CDA: hue angle of 305.9º 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 #E66CDA is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 218 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.10 |
| HSL | 305.9º | 0.71% | 0.66% | - |
| HSV(B) | 305.9º | 0.53% | 0.9% | - |
| XYZ | 50.65 | 32.61 | 69.95 | - |
| YUV | 157.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 218 | 0 | 0.53 | 0.05 | 0.10 | 305.9 | 0.71 | 0.66 |
| Hex | E6 | 6C | DA | 0 | 35 | 5 | A | 132 | 47 | 42 |
| Octal | 346 | 154 | 332 | 0 | 65 | 5 | 12 | 462 | 107 | 102 |
| Binary | 11100110 | 1101100 | 11011010 | 0 | 110101 | 101 | 1010 | 100110010 | 1000111 | 1000010 |
Color Harmonies of #E66CDA
Complementary color
Monochromatic Colors of #E66CDA
Black with #E66CDA
Text Example
Text Example
White with #E66CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CDA; }
p { color: rgb(230,108,218); }
H1.HeaderClassName
{
color: #E66CDA;
}
.AnyTagClassName
{
color: #E66CDA;
}
</style>
background-color css
<style>
a { background-color: #E66CDA; }
a { background-color: rgb(230,108,218); }
div.DivClassName
{
background-color: #E66CDA;
}
.BgClassName
{
background-color: #E66CDA;
}
</style>
border-color css
<style>
span { border-color: #E66CDA; }
span { border-color: rgb(230,108,218); }
td.TdClassName
{
border-color: #E66CDA;
}
.TagClassName
{
border-color: #E66CDA;
}
</style>