Shades of Orchid #E06CCC
Tints of Orchid #E06CCC
RGB
CMYK
RGB Variations
Color information
#E06CCC (or 0xE06CCC) is known color: Orchid. HEX triplet: E0, 6C and CC. RGB value is (224,108,204). Sum of RGB (Red+Green+Blue) = 224+108+204=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CCC is #1F9333. Grayscale: #999999. Windows color (decimal): -2069300 or 13397216. OLE color: 13397216.
HSL color Cylindrical-coordinate representation of color #E06CCC: hue angle of 310.34º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06CCC is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 204 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.12 |
| HSL | 310.34º | 0.65% | 0.65% | - |
| HSV(B) | 310.34º | 0.52% | 0.88% | - |
| XYZ | 47 | 30.93 | 60.62 | - |
| YUV | 153.63 | 156.43 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 204 | 0 | 0.52 | 0.09 | 0.12 | 310.34 | 0.65 | 0.65 |
| Hex | E0 | 6C | CC | 0 | 34 | 9 | C | 136 | 41 | 41 |
| Octal | 340 | 154 | 314 | 0 | 64 | 11 | 14 | 466 | 101 | 101 |
| Binary | 11100000 | 1101100 | 11001100 | 0 | 110100 | 1001 | 1100 | 100110110 | 1000001 | 1000001 |
Color Harmonies of #E06CCC
Complementary color
Monochromatic Colors of #E06CCC
Black with #E06CCC
Text Example
Text Example
White with #E06CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CCC; }
p { color: rgb(224,108,204); }
H1.HeaderClassName
{
color: #E06CCC;
}
.AnyTagClassName
{
color: #E06CCC;
}
</style>
background-color css
<style>
a { background-color: #E06CCC; }
a { background-color: rgb(224,108,204); }
div.DivClassName
{
background-color: #E06CCC;
}
.BgClassName
{
background-color: #E06CCC;
}
</style>
border-color css
<style>
span { border-color: #E06CCC; }
span { border-color: rgb(224,108,204); }
td.TdClassName
{
border-color: #E06CCC;
}
.TagClassName
{
border-color: #E06CCC;
}
</style>