Shades of Orchid #E06CC2
Tints of Orchid #E06CC2
RGB
CMYK
RGB Variations
Color information
#E06CC2 (or 0xE06CC2) is known color: Orchid. HEX triplet: E0, 6C and C2. RGB value is (224,108,194). Sum of RGB (Red+Green+Blue) = 224+108+194=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CC2 is #1F933D. Grayscale: #989898. Windows color (decimal): -2069310 or 12741856. OLE color: 12741856.
HSL color Cylindrical-coordinate representation of color #E06CC2: hue angle of 315.52º 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 #E06CC2 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 194 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.12 |
| HSL | 315.52º | 0.65% | 0.65% | - |
| HSV(B) | 315.52º | 0.52% | 0.88% | - |
| XYZ | 45.84 | 30.47 | 54.5 | - |
| YUV | 152.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 194 | 0 | 0.52 | 0.13 | 0.12 | 315.52 | 0.65 | 0.65 |
| Hex | E0 | 6C | C2 | 0 | 34 | D | C | 13C | 41 | 41 |
| Octal | 340 | 154 | 302 | 0 | 64 | 15 | 14 | 474 | 101 | 101 |
| Binary | 11100000 | 1101100 | 11000010 | 0 | 110100 | 1101 | 1100 | 100111100 | 1000001 | 1000001 |
Color Harmonies of #E06CC2
Complementary color
Monochromatic Colors of #E06CC2
Black with #E06CC2
Text Example
Text Example
White with #E06CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CC2; }
p { color: rgb(224,108,194); }
H1.HeaderClassName
{
color: #E06CC2;
}
.AnyTagClassName
{
color: #E06CC2;
}
</style>
background-color css
<style>
a { background-color: #E06CC2; }
a { background-color: rgb(224,108,194); }
div.DivClassName
{
background-color: #E06CC2;
}
.BgClassName
{
background-color: #E06CC2;
}
</style>
border-color css
<style>
span { border-color: #E06CC2; }
span { border-color: rgb(224,108,194); }
td.TdClassName
{
border-color: #E06CC2;
}
.TagClassName
{
border-color: #E06CC2;
}
</style>