Shades of Orchid #E06BE0
Tints of Orchid #E06BE0
RGB
CMYK
RGB Variations
Color information
#E06BE0 (or 0xE06BE0) is known color: Orchid. HEX triplet: E0, 6B and E0. RGB value is (224,107,224). Sum of RGB (Red+Green+Blue) = 224+107+224=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E06BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BE0 is #1F941F. Grayscale: #9A9A9A. Windows color (decimal): -2069536 or 14707680. OLE color: 14707680.
HSL color Cylindrical-coordinate representation of color #E06BE0: hue angle of 300º 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 #E06BE0 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 224 | - |
| CMYK | 0 | 0.52 | 0 | 0.12 |
| HSL | 300º | 0.65% | 0.65% | - |
| HSV(B) | 300º | 0.52% | 0.88% | - |
| XYZ | 49.45 | 31.74 | 74.04 | - |
| YUV | 155.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 224 | 0 | 0.52 | 0 | 0.12 | 300 | 0.65 | 0.65 |
| Hex | E0 | 6B | E0 | 0 | 34 | 0 | C | 12C | 41 | 41 |
| Octal | 340 | 153 | 340 | 0 | 64 | 0 | 14 | 454 | 101 | 101 |
| Binary | 11100000 | 1101011 | 11100000 | 0 | 110100 | 0 | 1100 | 100101100 | 1000001 | 1000001 |
Color Harmonies of #E06BE0
Complementary color
Monochromatic Colors of #E06BE0
Black with #E06BE0
Text Example
Text Example
White with #E06BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BE0; }
p { color: rgb(224,107,224); }
H1.HeaderClassName
{
color: #E06BE0;
}
.AnyTagClassName
{
color: #E06BE0;
}
</style>
background-color css
<style>
a { background-color: #E06BE0; }
a { background-color: rgb(224,107,224); }
div.DivClassName
{
background-color: #E06BE0;
}
.BgClassName
{
background-color: #E06BE0;
}
</style>
border-color css
<style>
span { border-color: #E06BE0; }
span { border-color: rgb(224,107,224); }
td.TdClassName
{
border-color: #E06BE0;
}
.TagClassName
{
border-color: #E06BE0;
}
</style>