Shades of Orchid #E66CCC
Tints of Orchid #E66CCC
RGB
CMYK
RGB Variations
Color information
#E66CCC (or 0xE66CCC) is known color: Orchid. HEX triplet: E6, 6C and CC. RGB value is (230,108,204). Sum of RGB (Red+Green+Blue) = 230+108+204=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CCC is #199333. Grayscale: #9B9B9B. Windows color (decimal): -1676084 or 13397222. OLE color: 13397222.
HSL color Cylindrical-coordinate representation of color #E66CCC: hue angle of 312.79º 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 #E66CCC is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 204 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.10 |
| HSL | 312.79º | 0.71% | 0.66% | - |
| HSV(B) | 312.79º | 0.53% | 0.9% | - |
| XYZ | 48.89 | 31.91 | 60.71 | - |
| YUV | 155.42 | 155.42 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 204 | 0 | 0.53 | 0.11 | 0.10 | 312.79 | 0.71 | 0.66 |
| Hex | E6 | 6C | CC | 0 | 35 | B | A | 139 | 47 | 42 |
| Octal | 346 | 154 | 314 | 0 | 65 | 13 | 12 | 471 | 107 | 102 |
| Binary | 11100110 | 1101100 | 11001100 | 0 | 110101 | 1011 | 1010 | 100111001 | 1000111 | 1000010 |
Color Harmonies of #E66CCC
Complementary color
Monochromatic Colors of #E66CCC
Black with #E66CCC
Text Example
Text Example
White with #E66CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CCC; }
p { color: rgb(230,108,204); }
H1.HeaderClassName
{
color: #E66CCC;
}
.AnyTagClassName
{
color: #E66CCC;
}
</style>
background-color css
<style>
a { background-color: #E66CCC; }
a { background-color: rgb(230,108,204); }
div.DivClassName
{
background-color: #E66CCC;
}
.BgClassName
{
background-color: #E66CCC;
}
</style>
border-color css
<style>
span { border-color: #E66CCC; }
span { border-color: rgb(230,108,204); }
td.TdClassName
{
border-color: #E66CCC;
}
.TagClassName
{
border-color: #E66CCC;
}
</style>