Shades of Orchid #E06CDC
Tints of Orchid #E06CDC
RGB
CMYK
RGB Variations
Color information
#E06CDC (or 0xE06CDC) is known color: Orchid. HEX triplet: E0, 6C and DC. RGB value is (224,108,220). Sum of RGB (Red+Green+Blue) = 224+108+220=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CDC is #1F9323. Grayscale: #9B9B9B. Windows color (decimal): -2069284 or 14445792. OLE color: 14445792.
HSL color Cylindrical-coordinate representation of color #E06CDC: hue angle of 302.07º 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 #E06CDC is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 220 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.12 |
| HSL | 302.07º | 0.65% | 0.65% | - |
| HSV(B) | 302.07º | 0.52% | 0.88% | - |
| XYZ | 49.02 | 31.74 | 71.25 | - |
| YUV | 155.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 220 | 0 | 0.52 | 0.02 | 0.12 | 302.07 | 0.65 | 0.65 |
| Hex | E0 | 6C | DC | 0 | 34 | 2 | C | 12E | 41 | 41 |
| Octal | 340 | 154 | 334 | 0 | 64 | 2 | 14 | 456 | 101 | 101 |
| Binary | 11100000 | 1101100 | 11011100 | 0 | 110100 | 10 | 1100 | 100101110 | 1000001 | 1000001 |
Color Harmonies of #E06CDC
Complementary color
Monochromatic Colors of #E06CDC
Black with #E06CDC
Text Example
Text Example
White with #E06CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CDC; }
p { color: rgb(224,108,220); }
H1.HeaderClassName
{
color: #E06CDC;
}
.AnyTagClassName
{
color: #E06CDC;
}
</style>
background-color css
<style>
a { background-color: #E06CDC; }
a { background-color: rgb(224,108,220); }
div.DivClassName
{
background-color: #E06CDC;
}
.BgClassName
{
background-color: #E06CDC;
}
</style>
border-color css
<style>
span { border-color: #E06CDC; }
span { border-color: rgb(224,108,220); }
td.TdClassName
{
border-color: #E06CDC;
}
.TagClassName
{
border-color: #E06CDC;
}
</style>