Shades of Orchid #E06BCD
Tints of Orchid #E06BCD
RGB
CMYK
RGB Variations
Color information
#E06BCD (or 0xE06BCD) is known color: Orchid. HEX triplet: E0, 6B and CD. RGB value is (224,107,205). Sum of RGB (Red+Green+Blue) = 224+107+205=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BCD is #1F9432. Grayscale: #989898. Windows color (decimal): -2069555 or 13462496. OLE color: 13462496.
HSL color Cylindrical-coordinate representation of color #E06BCD: hue angle of 309.74º 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 #E06BCD is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 205 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.12 |
| HSL | 309.74º | 0.65% | 0.65% | - |
| HSV(B) | 309.74º | 0.52% | 0.88% | - |
| XYZ | 47.02 | 30.77 | 61.22 | - |
| YUV | 153.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 205 | 0 | 0.52 | 0.08 | 0.12 | 309.74 | 0.65 | 0.65 |
| Hex | E0 | 6B | CD | 0 | 34 | 8 | C | 136 | 41 | 41 |
| Octal | 340 | 153 | 315 | 0 | 64 | 10 | 14 | 466 | 101 | 101 |
| Binary | 11100000 | 1101011 | 11001101 | 0 | 110100 | 1000 | 1100 | 100110110 | 1000001 | 1000001 |
Color Harmonies of #E06BCD
Complementary color
Monochromatic Colors of #E06BCD
Black with #E06BCD
Text Example
Text Example
White with #E06BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BCD; }
p { color: rgb(224,107,205); }
H1.HeaderClassName
{
color: #E06BCD;
}
.AnyTagClassName
{
color: #E06BCD;
}
</style>
background-color css
<style>
a { background-color: #E06BCD; }
a { background-color: rgb(224,107,205); }
div.DivClassName
{
background-color: #E06BCD;
}
.BgClassName
{
background-color: #E06BCD;
}
</style>
border-color css
<style>
span { border-color: #E06BCD; }
span { border-color: rgb(224,107,205); }
td.TdClassName
{
border-color: #E06BCD;
}
.TagClassName
{
border-color: #E06BCD;
}
</style>