Shades of Orchid #E06ACD
Tints of Orchid #E06ACD
RGB
CMYK
RGB Variations
Color information
#E06ACD (or 0xE06ACD) is known color: Orchid. HEX triplet: E0, 6A and CD. RGB value is (224,106,205). Sum of RGB (Red+Green+Blue) = 224+106+205=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ACD is #1F9532. Grayscale: #989898. Windows color (decimal): -2069811 or 13462240. OLE color: 13462240.
HSL color Cylindrical-coordinate representation of color #E06ACD: hue angle of 309.66º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06ACD is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 205 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.12 |
| HSL | 309.66º | 0.66% | 0.65% | - |
| HSV(B) | 309.66º | 0.53% | 0.88% | - |
| XYZ | 46.91 | 30.56 | 61.18 | - |
| YUV | 152.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 205 | 0 | 0.53 | 0.08 | 0.12 | 309.66 | 0.66 | 0.65 |
| Hex | E0 | 6A | CD | 0 | 35 | 8 | C | 136 | 42 | 41 |
| Octal | 340 | 152 | 315 | 0 | 65 | 10 | 14 | 466 | 102 | 101 |
| Binary | 11100000 | 1101010 | 11001101 | 0 | 110101 | 1000 | 1100 | 100110110 | 1000010 | 1000001 |
Color Harmonies of #E06ACD
Complementary color
Monochromatic Colors of #E06ACD
Black with #E06ACD
Text Example
Text Example
White with #E06ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06ACD; }
p { color: rgb(224,106,205); }
H1.HeaderClassName
{
color: #E06ACD;
}
.AnyTagClassName
{
color: #E06ACD;
}
</style>
background-color css
<style>
a { background-color: #E06ACD; }
a { background-color: rgb(224,106,205); }
div.DivClassName
{
background-color: #E06ACD;
}
.BgClassName
{
background-color: #E06ACD;
}
</style>
border-color css
<style>
span { border-color: #E06ACD; }
span { border-color: rgb(224,106,205); }
td.TdClassName
{
border-color: #E06ACD;
}
.TagClassName
{
border-color: #E06ACD;
}
</style>