Shades of Orchid #E06BCC
Tints of Orchid #E06BCC
RGB
CMYK
RGB Variations
Color information
#E06BCC (or 0xE06BCC) is known color: Orchid. HEX triplet: E0, 6B and CC. RGB value is (224,107,204). Sum of RGB (Red+Green+Blue) = 224+107+204=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BCC is #1F9433. Grayscale: #989898. Windows color (decimal): -2069556 or 13396960. OLE color: 13396960.
HSL color Cylindrical-coordinate representation of color #E06BCC: hue angle of 310.26º 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 #E06BCC is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 204 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.12 |
| HSL | 310.26º | 0.65% | 0.65% | - |
| HSV(B) | 310.26º | 0.52% | 0.88% | - |
| XYZ | 46.9 | 30.72 | 60.58 | - |
| YUV | 153.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 204 | 0 | 0.52 | 0.09 | 0.12 | 310.26 | 0.65 | 0.65 |
| Hex | E0 | 6B | CC | 0 | 34 | 9 | C | 136 | 41 | 41 |
| Octal | 340 | 153 | 314 | 0 | 64 | 11 | 14 | 466 | 101 | 101 |
| Binary | 11100000 | 1101011 | 11001100 | 0 | 110100 | 1001 | 1100 | 100110110 | 1000001 | 1000001 |
Color Harmonies of #E06BCC
Complementary color
Monochromatic Colors of #E06BCC
Black with #E06BCC
Text Example
Text Example
White with #E06BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BCC; }
p { color: rgb(224,107,204); }
H1.HeaderClassName
{
color: #E06BCC;
}
.AnyTagClassName
{
color: #E06BCC;
}
</style>
background-color css
<style>
a { background-color: #E06BCC; }
a { background-color: rgb(224,107,204); }
div.DivClassName
{
background-color: #E06BCC;
}
.BgClassName
{
background-color: #E06BCC;
}
</style>
border-color css
<style>
span { border-color: #E06BCC; }
span { border-color: rgb(224,107,204); }
td.TdClassName
{
border-color: #E06BCC;
}
.TagClassName
{
border-color: #E06BCC;
}
</style>