Shades of Orchid #E06CD0
Tints of Orchid #E06CD0
RGB
CMYK
RGB Variations
Color information
#E06CD0 (or 0xE06CD0) is known color: Orchid. HEX triplet: E0, 6C and D0. RGB value is (224,108,208). Sum of RGB (Red+Green+Blue) = 224+108+208=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CD0 is #1F932F. Grayscale: #999999. Windows color (decimal): -2069296 or 13659360. OLE color: 13659360.
HSL color Cylindrical-coordinate representation of color #E06CD0: hue angle of 308.28º 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 #E06CD0 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 208 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.12 |
| HSL | 308.28º | 0.65% | 0.65% | - |
| HSV(B) | 308.28º | 0.52% | 0.88% | - |
| XYZ | 47.49 | 31.13 | 63.18 | - |
| YUV | 154.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 208 | 0 | 0.52 | 0.07 | 0.12 | 308.28 | 0.65 | 0.65 |
| Hex | E0 | 6C | D0 | 0 | 34 | 7 | C | 134 | 41 | 41 |
| Octal | 340 | 154 | 320 | 0 | 64 | 7 | 14 | 464 | 101 | 101 |
| Binary | 11100000 | 1101100 | 11010000 | 0 | 110100 | 111 | 1100 | 100110100 | 1000001 | 1000001 |
Color Harmonies of #E06CD0
Complementary color
Monochromatic Colors of #E06CD0
Black with #E06CD0
Text Example
Text Example
White with #E06CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CD0; }
p { color: rgb(224,108,208); }
H1.HeaderClassName
{
color: #E06CD0;
}
.AnyTagClassName
{
color: #E06CD0;
}
</style>
background-color css
<style>
a { background-color: #E06CD0; }
a { background-color: rgb(224,108,208); }
div.DivClassName
{
background-color: #E06CD0;
}
.BgClassName
{
background-color: #E06CD0;
}
</style>
border-color css
<style>
span { border-color: #E06CD0; }
span { border-color: rgb(224,108,208); }
td.TdClassName
{
border-color: #E06CD0;
}
.TagClassName
{
border-color: #E06CD0;
}
</style>