Shades of Orchid #E06CEA
Tints of Orchid #E06CEA
RGB
CMYK
RGB Variations
Color information
#E06CEA (or 0xE06CEA) is known color: Orchid. HEX triplet: E0, 6C and EA. RGB value is (224,108,234). Sum of RGB (Red+Green+Blue) = 224+108+234=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #E06CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06CEA is #1F9315. Grayscale: #9C9C9C. Windows color (decimal): -2069270 or 15363296. OLE color: 15363296.
HSL color Cylindrical-coordinate representation of color #E06CEA: hue angle of 295.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06CEA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 108 | 234 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.08 |
| HSL | 295.24º | 0.75% | 0.67% | - |
| HSV(B) | 295.24º | 0.54% | 0.92% | - |
| XYZ | 50.95 | 32.51 | 81.43 | - |
| YUV | 157.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 234 | 0.04 | 0.54 | 0 | 0.08 | 295.24 | 0.75 | 0.67 |
| Hex | E0 | 6C | EA | 4 | 36 | 0 | 8 | 127 | 4B | 43 |
| Octal | 340 | 154 | 352 | 4 | 66 | 0 | 10 | 447 | 113 | 103 |
| Binary | 11100000 | 1101100 | 11101010 | 100 | 110110 | 0 | 1000 | 100100111 | 1001011 | 1000011 |
Color Harmonies of #E06CEA
Complementary color
Monochromatic Colors of #E06CEA
Black with #E06CEA
Text Example
Text Example
White with #E06CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CEA; }
p { color: rgb(224,108,234); }
H1.HeaderClassName
{
color: #E06CEA;
}
.AnyTagClassName
{
color: #E06CEA;
}
</style>
background-color css
<style>
a { background-color: #E06CEA; }
a { background-color: rgb(224,108,234); }
div.DivClassName
{
background-color: #E06CEA;
}
.BgClassName
{
background-color: #E06CEA;
}
</style>
border-color css
<style>
span { border-color: #E06CEA; }
span { border-color: rgb(224,108,234); }
td.TdClassName
{
border-color: #E06CEA;
}
.TagClassName
{
border-color: #E06CEA;
}
</style>