Shades of Orchid #E06CCD
Tints of Orchid #E06CCD
RGB
CMYK
RGB Variations
Color information
#E06CCD (or 0xE06CCD) is known color: Orchid. HEX triplet: E0, 6C and CD. RGB value is (224,108,205). Sum of RGB (Red+Green+Blue) = 224+108+205=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CCD is #1F9332. Grayscale: #999999. Windows color (decimal): -2069299 or 13462752. OLE color: 13462752.
HSL color Cylindrical-coordinate representation of color #E06CCD: hue angle of 309.83º 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 #E06CCD is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 205 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.12 |
| HSL | 309.83º | 0.65% | 0.65% | - |
| HSV(B) | 309.83º | 0.52% | 0.88% | - |
| XYZ | 47.12 | 30.98 | 61.25 | - |
| YUV | 153.74 | 156.93 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 205 | 0 | 0.52 | 0.08 | 0.12 | 309.83 | 0.65 | 0.65 |
| Hex | E0 | 6C | CD | 0 | 34 | 8 | C | 136 | 41 | 41 |
| Octal | 340 | 154 | 315 | 0 | 64 | 10 | 14 | 466 | 101 | 101 |
| Binary | 11100000 | 1101100 | 11001101 | 0 | 110100 | 1000 | 1100 | 100110110 | 1000001 | 1000001 |
Color Harmonies of #E06CCD
Complementary color
Monochromatic Colors of #E06CCD
Black with #E06CCD
Text Example
Text Example
White with #E06CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CCD; }
p { color: rgb(224,108,205); }
H1.HeaderClassName
{
color: #E06CCD;
}
.AnyTagClassName
{
color: #E06CCD;
}
</style>
background-color css
<style>
a { background-color: #E06CCD; }
a { background-color: rgb(224,108,205); }
div.DivClassName
{
background-color: #E06CCD;
}
.BgClassName
{
background-color: #E06CCD;
}
</style>
border-color css
<style>
span { border-color: #E06CCD; }
span { border-color: rgb(224,108,205); }
td.TdClassName
{
border-color: #E06CCD;
}
.TagClassName
{
border-color: #E06CCD;
}
</style>