Shades of Orchid #E66DDA
Tints of Orchid #E66DDA
RGB
CMYK
RGB Variations
Color information
#E66DDA (or 0xE66DDA) is known color: Orchid. HEX triplet: E6, 6D and DA. RGB value is (230,109,218). Sum of RGB (Red+Green+Blue) = 230+109+218=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DDA is #199225. Grayscale: #9D9D9D. Windows color (decimal): -1675814 or 14314982. OLE color: 14314982.
HSL color Cylindrical-coordinate representation of color #E66DDA: hue angle of 305.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 #E66DDA is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 218 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.10 |
| HSL | 305.95º | 0.71% | 0.66% | - |
| HSV(B) | 305.95º | 0.53% | 0.9% | - |
| XYZ | 50.76 | 32.82 | 69.99 | - |
| YUV | 157.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 218 | 0 | 0.53 | 0.05 | 0.10 | 305.95 | 0.71 | 0.66 |
| Hex | E6 | 6D | DA | 0 | 35 | 5 | A | 132 | 47 | 42 |
| Octal | 346 | 155 | 332 | 0 | 65 | 5 | 12 | 462 | 107 | 102 |
| Binary | 11100110 | 1101101 | 11011010 | 0 | 110101 | 101 | 1010 | 100110010 | 1000111 | 1000010 |
Color Harmonies of #E66DDA
Complementary color
Monochromatic Colors of #E66DDA
Black with #E66DDA
Text Example
Text Example
White with #E66DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DDA; }
p { color: rgb(230,109,218); }
H1.HeaderClassName
{
color: #E66DDA;
}
.AnyTagClassName
{
color: #E66DDA;
}
</style>
background-color css
<style>
a { background-color: #E66DDA; }
a { background-color: rgb(230,109,218); }
div.DivClassName
{
background-color: #E66DDA;
}
.BgClassName
{
background-color: #E66DDA;
}
</style>
border-color css
<style>
span { border-color: #E66DDA; }
span { border-color: rgb(230,109,218); }
td.TdClassName
{
border-color: #E66DDA;
}
.TagClassName
{
border-color: #E66DDA;
}
</style>