Shades of Orchid #E06BCA
Tints of Orchid #E06BCA
RGB
CMYK
RGB Variations
Color information
#E06BCA (or 0xE06BCA) is known color: Orchid. HEX triplet: E0, 6B and CA. RGB value is (224,107,202). Sum of RGB (Red+Green+Blue) = 224+107+202=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BCA is #1F9435. Grayscale: #989898. Windows color (decimal): -2069558 or 13265888. OLE color: 13265888.
HSL color Cylindrical-coordinate representation of color #E06BCA: hue angle of 311.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 #E06BCA is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 202 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.12 |
| HSL | 311.28º | 0.65% | 0.65% | - |
| HSV(B) | 311.28º | 0.52% | 0.88% | - |
| XYZ | 46.66 | 30.63 | 59.33 | - |
| YUV | 152.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 202 | 0 | 0.52 | 0.10 | 0.12 | 311.28 | 0.65 | 0.65 |
| Hex | E0 | 6B | CA | 0 | 34 | A | C | 137 | 41 | 41 |
| Octal | 340 | 153 | 312 | 0 | 64 | 12 | 14 | 467 | 101 | 101 |
| Binary | 11100000 | 1101011 | 11001010 | 0 | 110100 | 1010 | 1100 | 100110111 | 1000001 | 1000001 |
Color Harmonies of #E06BCA
Complementary color
Monochromatic Colors of #E06BCA
Black with #E06BCA
Text Example
Text Example
White with #E06BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BCA; }
p { color: rgb(224,107,202); }
H1.HeaderClassName
{
color: #E06BCA;
}
.AnyTagClassName
{
color: #E06BCA;
}
</style>
background-color css
<style>
a { background-color: #E06BCA; }
a { background-color: rgb(224,107,202); }
div.DivClassName
{
background-color: #E06BCA;
}
.BgClassName
{
background-color: #E06BCA;
}
</style>
border-color css
<style>
span { border-color: #E06BCA; }
span { border-color: rgb(224,107,202); }
td.TdClassName
{
border-color: #E06BCA;
}
.TagClassName
{
border-color: #E06BCA;
}
</style>