Shades of Orchid #E66DC9
Tints of Orchid #E66DC9
RGB
CMYK
RGB Variations
Color information
#E66DC9 (or 0xE66DC9) is known color: Orchid. HEX triplet: E6, 6D and C9. RGB value is (230,109,201). Sum of RGB (Red+Green+Blue) = 230+109+201=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DC9 is #199236. Grayscale: #9B9B9B. Windows color (decimal): -1675831 or 13200870. OLE color: 13200870.
HSL color Cylindrical-coordinate representation of color #E66DC9: hue angle of 314.38º 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 #E66DC9 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 201 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.10 |
| HSL | 314.38º | 0.71% | 0.66% | - |
| HSV(B) | 314.38º | 0.53% | 0.9% | - |
| XYZ | 48.64 | 31.98 | 58.87 | - |
| YUV | 155.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 201 | 0 | 0.53 | 0.13 | 0.10 | 314.38 | 0.71 | 0.66 |
| Hex | E6 | 6D | C9 | 0 | 35 | D | A | 13A | 47 | 42 |
| Octal | 346 | 155 | 311 | 0 | 65 | 15 | 12 | 472 | 107 | 102 |
| Binary | 11100110 | 1101101 | 11001001 | 0 | 110101 | 1101 | 1010 | 100111010 | 1000111 | 1000010 |
Color Harmonies of #E66DC9
Complementary color
Monochromatic Colors of #E66DC9
Black with #E66DC9
Text Example
Text Example
White with #E66DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DC9; }
p { color: rgb(230,109,201); }
H1.HeaderClassName
{
color: #E66DC9;
}
.AnyTagClassName
{
color: #E66DC9;
}
</style>
background-color css
<style>
a { background-color: #E66DC9; }
a { background-color: rgb(230,109,201); }
div.DivClassName
{
background-color: #E66DC9;
}
.BgClassName
{
background-color: #E66DC9;
}
</style>
border-color css
<style>
span { border-color: #E66DC9; }
span { border-color: rgb(230,109,201); }
td.TdClassName
{
border-color: #E66DC9;
}
.TagClassName
{
border-color: #E66DC9;
}
</style>