Shades of Orchid #E06BDD
Tints of Orchid #E06BDD
RGB
CMYK
RGB Variations
Color information
#E06BDD (or 0xE06BDD) is known color: Orchid. HEX triplet: E0, 6B and DD. RGB value is (224,107,221). Sum of RGB (Red+Green+Blue) = 224+107+221=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BDD is #1F9422. Grayscale: #9A9A9A. Windows color (decimal): -2069539 or 14511072. OLE color: 14511072.
HSL color Cylindrical-coordinate representation of color #E06BDD: hue angle of 301.54º 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 #E06BDD is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 221 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.12 |
| HSL | 301.54º | 0.65% | 0.65% | - |
| HSV(B) | 301.54º | 0.52% | 0.88% | - |
| XYZ | 49.05 | 31.58 | 71.92 | - |
| YUV | 154.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 221 | 0 | 0.52 | 0.01 | 0.12 | 301.54 | 0.65 | 0.65 |
| Hex | E0 | 6B | DD | 0 | 34 | 1 | C | 12E | 41 | 41 |
| Octal | 340 | 153 | 335 | 0 | 64 | 1 | 14 | 456 | 101 | 101 |
| Binary | 11100000 | 1101011 | 11011101 | 0 | 110100 | 1 | 1100 | 100101110 | 1000001 | 1000001 |
Color Harmonies of #E06BDD
Complementary color
Monochromatic Colors of #E06BDD
Black with #E06BDD
Text Example
Text Example
White with #E06BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BDD; }
p { color: rgb(224,107,221); }
H1.HeaderClassName
{
color: #E06BDD;
}
.AnyTagClassName
{
color: #E06BDD;
}
</style>
background-color css
<style>
a { background-color: #E06BDD; }
a { background-color: rgb(224,107,221); }
div.DivClassName
{
background-color: #E06BDD;
}
.BgClassName
{
background-color: #E06BDD;
}
</style>
border-color css
<style>
span { border-color: #E06BDD; }
span { border-color: rgb(224,107,221); }
td.TdClassName
{
border-color: #E06BDD;
}
.TagClassName
{
border-color: #E06BDD;
}
</style>