Shades of Orchid #E66CC9
Tints of Orchid #E66CC9
RGB
CMYK
RGB Variations
Color information
#E66CC9 (or 0xE66CC9) is known color: Orchid. HEX triplet: E6, 6C and C9. RGB value is (230,108,201). Sum of RGB (Red+Green+Blue) = 230+108+201=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CC9 is #199336. Grayscale: #9A9A9A. Windows color (decimal): -1676087 or 13200614. OLE color: 13200614.
HSL color Cylindrical-coordinate representation of color #E66CC9: hue angle of 314.26º 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 #E66CC9 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 201 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.10 |
| HSL | 314.26º | 0.71% | 0.66% | - |
| HSV(B) | 314.26º | 0.53% | 0.9% | - |
| XYZ | 48.54 | 31.77 | 58.83 | - |
| YUV | 155.08 | 153.92 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 201 | 0 | 0.53 | 0.13 | 0.10 | 314.26 | 0.71 | 0.66 |
| Hex | E6 | 6C | C9 | 0 | 35 | D | A | 13A | 47 | 42 |
| Octal | 346 | 154 | 311 | 0 | 65 | 15 | 12 | 472 | 107 | 102 |
| Binary | 11100110 | 1101100 | 11001001 | 0 | 110101 | 1101 | 1010 | 100111010 | 1000111 | 1000010 |
Color Harmonies of #E66CC9
Complementary color
Monochromatic Colors of #E66CC9
Black with #E66CC9
Text Example
Text Example
White with #E66CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CC9; }
p { color: rgb(230,108,201); }
H1.HeaderClassName
{
color: #E66CC9;
}
.AnyTagClassName
{
color: #E66CC9;
}
</style>
background-color css
<style>
a { background-color: #E66CC9; }
a { background-color: rgb(230,108,201); }
div.DivClassName
{
background-color: #E66CC9;
}
.BgClassName
{
background-color: #E66CC9;
}
</style>
border-color css
<style>
span { border-color: #E66CC9; }
span { border-color: rgb(230,108,201); }
td.TdClassName
{
border-color: #E66CC9;
}
.TagClassName
{
border-color: #E66CC9;
}
</style>