Shades of Orchid #E07BCF
Tints of Orchid #E07BCF
RGB
CMYK
RGB Variations
Color information
#E07BCF (or 0xE07BCF) is known color: Orchid. HEX triplet: E0, 7B and CF. RGB value is (224,123,207). Sum of RGB (Red+Green+Blue) = 224+123+207=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BCF is #1F8430. Grayscale: #A2A2A2. Windows color (decimal): -2065457 or 13597664. OLE color: 13597664.
HSL color Cylindrical-coordinate representation of color #E07BCF: hue angle of 310.1º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07BCF is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 207 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.12 |
| HSL | 310.1º | 0.62% | 0.68% | - |
| HSV(B) | 310.1º | 0.45% | 0.88% | - |
| XYZ | 49.09 | 34.52 | 63.11 | - |
| YUV | 162.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 207 | 0 | 0.45 | 0.08 | 0.12 | 310.1 | 0.62 | 0.68 |
| Hex | E0 | 7B | CF | 0 | 2D | 8 | C | 136 | 3E | 44 |
| Octal | 340 | 173 | 317 | 0 | 55 | 10 | 14 | 466 | 76 | 104 |
| Binary | 11100000 | 1111011 | 11001111 | 0 | 101101 | 1000 | 1100 | 100110110 | 111110 | 1000100 |
Color Harmonies of #E07BCF
Complementary color
Monochromatic Colors of #E07BCF
Black with #E07BCF
Text Example
Text Example
White with #E07BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BCF; }
p { color: rgb(224,123,207); }
H1.HeaderClassName
{
color: #E07BCF;
}
.AnyTagClassName
{
color: #E07BCF;
}
</style>
background-color css
<style>
a { background-color: #E07BCF; }
a { background-color: rgb(224,123,207); }
div.DivClassName
{
background-color: #E07BCF;
}
.BgClassName
{
background-color: #E07BCF;
}
</style>
border-color css
<style>
span { border-color: #E07BCF; }
span { border-color: rgb(224,123,207); }
td.TdClassName
{
border-color: #E07BCF;
}
.TagClassName
{
border-color: #E07BCF;
}
</style>