Shades of Orchid #E06BCE
Tints of Orchid #E06BCE
RGB
CMYK
RGB Variations
Color information
#E06BCE (or 0xE06BCE) is known color: Orchid. HEX triplet: E0, 6B and CE. RGB value is (224,107,206). Sum of RGB (Red+Green+Blue) = 224+107+206=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BCE is #1F9431. Grayscale: #989898. Windows color (decimal): -2069554 or 13528032. OLE color: 13528032.
HSL color Cylindrical-coordinate representation of color #E06BCE: hue angle of 309.23º 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 #E06BCE is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 206 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.12 |
| HSL | 309.23º | 0.65% | 0.65% | - |
| HSV(B) | 309.23º | 0.52% | 0.88% | - |
| XYZ | 47.14 | 30.82 | 61.86 | - |
| YUV | 153.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 206 | 0 | 0.52 | 0.08 | 0.12 | 309.23 | 0.65 | 0.65 |
| Hex | E0 | 6B | CE | 0 | 34 | 8 | C | 135 | 41 | 41 |
| Octal | 340 | 153 | 316 | 0 | 64 | 10 | 14 | 465 | 101 | 101 |
| Binary | 11100000 | 1101011 | 11001110 | 0 | 110100 | 1000 | 1100 | 100110101 | 1000001 | 1000001 |
Color Harmonies of #E06BCE
Complementary color
Monochromatic Colors of #E06BCE
Black with #E06BCE
Text Example
Text Example
White with #E06BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BCE; }
p { color: rgb(224,107,206); }
H1.HeaderClassName
{
color: #E06BCE;
}
.AnyTagClassName
{
color: #E06BCE;
}
</style>
background-color css
<style>
a { background-color: #E06BCE; }
a { background-color: rgb(224,107,206); }
div.DivClassName
{
background-color: #E06BCE;
}
.BgClassName
{
background-color: #E06BCE;
}
</style>
border-color css
<style>
span { border-color: #E06BCE; }
span { border-color: rgb(224,107,206); }
td.TdClassName
{
border-color: #E06BCE;
}
.TagClassName
{
border-color: #E06BCE;
}
</style>