Shades of Orchid #E66DCA
Tints of Orchid #E66DCA
RGB
CMYK
RGB Variations
Color information
#E66DCA (or 0xE66DCA) is known color: Orchid. HEX triplet: E6, 6D and CA. RGB value is (230,109,202). Sum of RGB (Red+Green+Blue) = 230+109+202=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DCA is #199235. Grayscale: #9B9B9B. Windows color (decimal): -1675830 or 13266406. OLE color: 13266406.
HSL color Cylindrical-coordinate representation of color #E66DCA: hue angle of 313.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 #E66DCA is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 202 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.10 |
| HSL | 313.88º | 0.71% | 0.66% | - |
| HSV(B) | 313.88º | 0.53% | 0.9% | - |
| XYZ | 48.76 | 32.02 | 59.49 | - |
| YUV | 155.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 202 | 0 | 0.53 | 0.12 | 0.10 | 313.88 | 0.71 | 0.66 |
| Hex | E6 | 6D | CA | 0 | 35 | C | A | 13A | 47 | 42 |
| Octal | 346 | 155 | 312 | 0 | 65 | 14 | 12 | 472 | 107 | 102 |
| Binary | 11100110 | 1101101 | 11001010 | 0 | 110101 | 1100 | 1010 | 100111010 | 1000111 | 1000010 |
Color Harmonies of #E66DCA
Complementary color
Monochromatic Colors of #E66DCA
Black with #E66DCA
Text Example
Text Example
White with #E66DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DCA; }
p { color: rgb(230,109,202); }
H1.HeaderClassName
{
color: #E66DCA;
}
.AnyTagClassName
{
color: #E66DCA;
}
</style>
background-color css
<style>
a { background-color: #E66DCA; }
a { background-color: rgb(230,109,202); }
div.DivClassName
{
background-color: #E66DCA;
}
.BgClassName
{
background-color: #E66DCA;
}
</style>
border-color css
<style>
span { border-color: #E66DCA; }
span { border-color: rgb(230,109,202); }
td.TdClassName
{
border-color: #E66DCA;
}
.TagClassName
{
border-color: #E66DCA;
}
</style>