Shades of Orchid #E66DC8
Tints of Orchid #E66DC8
RGB
CMYK
RGB Variations
Color information
#E66DC8 (or 0xE66DC8) is known color: Orchid. HEX triplet: E6, 6D and C8. RGB value is (230,109,200). Sum of RGB (Red+Green+Blue) = 230+109+200=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DC8 is #199237. Grayscale: #9B9B9B. Windows color (decimal): -1675832 or 13135334. OLE color: 13135334.
HSL color Cylindrical-coordinate representation of color #E66DC8: hue angle of 314.88º 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 #E66DC8 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 200 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.10 |
| HSL | 314.88º | 0.71% | 0.66% | - |
| HSV(B) | 314.88º | 0.53% | 0.9% | - |
| XYZ | 48.53 | 31.93 | 58.25 | - |
| YUV | 155.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 200 | 0 | 0.53 | 0.13 | 0.10 | 314.88 | 0.71 | 0.66 |
| Hex | E6 | 6D | C8 | 0 | 35 | D | A | 13B | 47 | 42 |
| Octal | 346 | 155 | 310 | 0 | 65 | 15 | 12 | 473 | 107 | 102 |
| Binary | 11100110 | 1101101 | 11001000 | 0 | 110101 | 1101 | 1010 | 100111011 | 1000111 | 1000010 |
Color Harmonies of #E66DC8
Complementary color
Monochromatic Colors of #E66DC8
Black with #E66DC8
Text Example
Text Example
White with #E66DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DC8; }
p { color: rgb(230,109,200); }
H1.HeaderClassName
{
color: #E66DC8;
}
.AnyTagClassName
{
color: #E66DC8;
}
</style>
background-color css
<style>
a { background-color: #E66DC8; }
a { background-color: rgb(230,109,200); }
div.DivClassName
{
background-color: #E66DC8;
}
.BgClassName
{
background-color: #E66DC8;
}
</style>
border-color css
<style>
span { border-color: #E66DC8; }
span { border-color: rgb(230,109,200); }
td.TdClassName
{
border-color: #E66DC8;
}
.TagClassName
{
border-color: #E66DC8;
}
</style>