Shades of Orchid #E66ACC
Tints of Orchid #E66ACC
RGB
CMYK
RGB Variations
Color information
#E66ACC (or 0xE66ACC) is known color: Orchid. HEX triplet: E6, 6A and CC. RGB value is (230,106,204). Sum of RGB (Red+Green+Blue) = 230+106+204=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E66ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66ACC is #199533. Grayscale: #999999. Windows color (decimal): -1676596 or 13396710. OLE color: 13396710.
HSL color Cylindrical-coordinate representation of color #E66ACC: hue angle of 312.58º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66ACC is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 204 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.10 |
| HSL | 312.58º | 0.71% | 0.66% | - |
| HSV(B) | 312.58º | 0.54% | 0.9% | - |
| XYZ | 48.69 | 31.49 | 60.64 | - |
| YUV | 154.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 204 | 0 | 0.54 | 0.11 | 0.10 | 312.58 | 0.71 | 0.66 |
| Hex | E6 | 6A | CC | 0 | 36 | B | A | 139 | 47 | 42 |
| Octal | 346 | 152 | 314 | 0 | 66 | 13 | 12 | 471 | 107 | 102 |
| Binary | 11100110 | 1101010 | 11001100 | 0 | 110110 | 1011 | 1010 | 100111001 | 1000111 | 1000010 |
Color Harmonies of #E66ACC
Complementary color
Monochromatic Colors of #E66ACC
Black with #E66ACC
Text Example
Text Example
White with #E66ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66ACC; }
p { color: rgb(230,106,204); }
H1.HeaderClassName
{
color: #E66ACC;
}
.AnyTagClassName
{
color: #E66ACC;
}
</style>
background-color css
<style>
a { background-color: #E66ACC; }
a { background-color: rgb(230,106,204); }
div.DivClassName
{
background-color: #E66ACC;
}
.BgClassName
{
background-color: #E66ACC;
}
</style>
border-color css
<style>
span { border-color: #E66ACC; }
span { border-color: rgb(230,106,204); }
td.TdClassName
{
border-color: #E66ACC;
}
.TagClassName
{
border-color: #E66ACC;
}
</style>