Shades of Orchid #E06CDD
Tints of Orchid #E06CDD
RGB
CMYK
RGB Variations
Color information
#E06CDD (or 0xE06CDD) is known color: Orchid. HEX triplet: E0, 6C and DD. RGB value is (224,108,221). Sum of RGB (Red+Green+Blue) = 224+108+221=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CDD is #1F9322. Grayscale: #9B9B9B. Windows color (decimal): -2069283 or 14511328. OLE color: 14511328.
HSL color Cylindrical-coordinate representation of color #E06CDD: hue angle of 301.55º 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 #E06CDD is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 221 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.12 |
| HSL | 301.55º | 0.65% | 0.65% | - |
| HSV(B) | 301.55º | 0.52% | 0.88% | - |
| XYZ | 49.15 | 31.79 | 71.95 | - |
| YUV | 155.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 221 | 0 | 0.52 | 0.01 | 0.12 | 301.55 | 0.65 | 0.65 |
| Hex | E0 | 6C | DD | 0 | 34 | 1 | C | 12E | 41 | 41 |
| Octal | 340 | 154 | 335 | 0 | 64 | 1 | 14 | 456 | 101 | 101 |
| Binary | 11100000 | 1101100 | 11011101 | 0 | 110100 | 1 | 1100 | 100101110 | 1000001 | 1000001 |
Color Harmonies of #E06CDD
Complementary color
Monochromatic Colors of #E06CDD
Black with #E06CDD
Text Example
Text Example
White with #E06CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CDD; }
p { color: rgb(224,108,221); }
H1.HeaderClassName
{
color: #E06CDD;
}
.AnyTagClassName
{
color: #E06CDD;
}
</style>
background-color css
<style>
a { background-color: #E06CDD; }
a { background-color: rgb(224,108,221); }
div.DivClassName
{
background-color: #E06CDD;
}
.BgClassName
{
background-color: #E06CDD;
}
</style>
border-color css
<style>
span { border-color: #E06CDD; }
span { border-color: rgb(224,108,221); }
td.TdClassName
{
border-color: #E06CDD;
}
.TagClassName
{
border-color: #E06CDD;
}
</style>