Shades of Orchid #E66DC7
Tints of Orchid #E66DC7
RGB
CMYK
RGB Variations
Color information
#E66DC7 (or 0xE66DC7) is known color: Orchid. HEX triplet: E6, 6D and C7. RGB value is (230,109,199). Sum of RGB (Red+Green+Blue) = 230+109+199=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DC7 is #199238. Grayscale: #9B9B9B. Windows color (decimal): -1675833 or 13069798. OLE color: 13069798.
HSL color Cylindrical-coordinate representation of color #E66DC7: hue angle of 315.37º 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 #E66DC7 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 199 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.10 |
| HSL | 315.37º | 0.71% | 0.66% | - |
| HSV(B) | 315.37º | 0.53% | 0.9% | - |
| XYZ | 48.41 | 31.88 | 57.64 | - |
| YUV | 155.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 199 | 0 | 0.53 | 0.13 | 0.10 | 315.37 | 0.71 | 0.66 |
| Hex | E6 | 6D | C7 | 0 | 35 | D | A | 13B | 47 | 42 |
| Octal | 346 | 155 | 307 | 0 | 65 | 15 | 12 | 473 | 107 | 102 |
| Binary | 11100110 | 1101101 | 11000111 | 0 | 110101 | 1101 | 1010 | 100111011 | 1000111 | 1000010 |
Color Harmonies of #E66DC7
Complementary color
Monochromatic Colors of #E66DC7
Black with #E66DC7
Text Example
Text Example
White with #E66DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DC7; }
p { color: rgb(230,109,199); }
H1.HeaderClassName
{
color: #E66DC7;
}
.AnyTagClassName
{
color: #E66DC7;
}
</style>
background-color css
<style>
a { background-color: #E66DC7; }
a { background-color: rgb(230,109,199); }
div.DivClassName
{
background-color: #E66DC7;
}
.BgClassName
{
background-color: #E66DC7;
}
</style>
border-color css
<style>
span { border-color: #E66DC7; }
span { border-color: rgb(230,109,199); }
td.TdClassName
{
border-color: #E66DC7;
}
.TagClassName
{
border-color: #E66DC7;
}
</style>