Shades of Orchid #E06BC5
Tints of Orchid #E06BC5
RGB
CMYK
RGB Variations
Color information
#E06BC5 (or 0xE06BC5) is known color: Orchid. HEX triplet: E0, 6B and C5. RGB value is (224,107,197). Sum of RGB (Red+Green+Blue) = 224+107+197=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BC5 is #1F943A. Grayscale: #989898. Windows color (decimal): -2069563 or 12938208. OLE color: 12938208.
HSL color Cylindrical-coordinate representation of color #E06BC5: hue angle of 313.85º 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 #E06BC5 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 197 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.12 |
| HSL | 313.85º | 0.65% | 0.65% | - |
| HSV(B) | 313.85º | 0.52% | 0.88% | - |
| XYZ | 46.08 | 30.39 | 56.26 | - |
| YUV | 152.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 197 | 0 | 0.52 | 0.12 | 0.12 | 313.85 | 0.65 | 0.65 |
| Hex | E0 | 6B | C5 | 0 | 34 | C | C | 13A | 41 | 41 |
| Octal | 340 | 153 | 305 | 0 | 64 | 14 | 14 | 472 | 101 | 101 |
| Binary | 11100000 | 1101011 | 11000101 | 0 | 110100 | 1100 | 1100 | 100111010 | 1000001 | 1000001 |
Color Harmonies of #E06BC5
Complementary color
Monochromatic Colors of #E06BC5
Black with #E06BC5
Text Example
Text Example
White with #E06BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BC5; }
p { color: rgb(224,107,197); }
H1.HeaderClassName
{
color: #E06BC5;
}
.AnyTagClassName
{
color: #E06BC5;
}
</style>
background-color css
<style>
a { background-color: #E06BC5; }
a { background-color: rgb(224,107,197); }
div.DivClassName
{
background-color: #E06BC5;
}
.BgClassName
{
background-color: #E06BC5;
}
</style>
border-color css
<style>
span { border-color: #E06BC5; }
span { border-color: rgb(224,107,197); }
td.TdClassName
{
border-color: #E06BC5;
}
.TagClassName
{
border-color: #E06BC5;
}
</style>