Shades of Orchid #E06CDE
Tints of Orchid #E06CDE
RGB
CMYK
RGB Variations
Color information
#E06CDE (or 0xE06CDE) is known color: Orchid. HEX triplet: E0, 6C and DE. RGB value is (224,108,222). Sum of RGB (Red+Green+Blue) = 224+108+222=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CDE is #1F9321. Grayscale: #9B9B9B. Windows color (decimal): -2069282 or 14576864. OLE color: 14576864.
HSL color Cylindrical-coordinate representation of color #E06CDE: hue angle of 301.03º 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 #E06CDE is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 222 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.12 |
| HSL | 301.03º | 0.65% | 0.65% | - |
| HSV(B) | 301.03º | 0.52% | 0.88% | - |
| XYZ | 49.29 | 31.85 | 72.66 | - |
| YUV | 155.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 222 | 0 | 0.52 | 0.01 | 0.12 | 301.03 | 0.65 | 0.65 |
| Hex | E0 | 6C | DE | 0 | 34 | 1 | C | 12D | 41 | 41 |
| Octal | 340 | 154 | 336 | 0 | 64 | 1 | 14 | 455 | 101 | 101 |
| Binary | 11100000 | 1101100 | 11011110 | 0 | 110100 | 1 | 1100 | 100101101 | 1000001 | 1000001 |
Color Harmonies of #E06CDE
Complementary color
Monochromatic Colors of #E06CDE
Black with #E06CDE
Text Example
Text Example
White with #E06CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CDE; }
p { color: rgb(224,108,222); }
H1.HeaderClassName
{
color: #E06CDE;
}
.AnyTagClassName
{
color: #E06CDE;
}
</style>
background-color css
<style>
a { background-color: #E06CDE; }
a { background-color: rgb(224,108,222); }
div.DivClassName
{
background-color: #E06CDE;
}
.BgClassName
{
background-color: #E06CDE;
}
</style>
border-color css
<style>
span { border-color: #E06CDE; }
span { border-color: rgb(224,108,222); }
td.TdClassName
{
border-color: #E06CDE;
}
.TagClassName
{
border-color: #E06CDE;
}
</style>