Shades of Orchid #E078CB
Tints of Orchid #E078CB
RGB
CMYK
RGB Variations
Color information
#E078CB (or 0xE078CB) is known color: Orchid. HEX triplet: E0, 78 and CB. RGB value is (224,120,203). Sum of RGB (Red+Green+Blue) = 224+120+203=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E078CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078CB is #1F8734. Grayscale: #A0A0A0. Windows color (decimal): -2066229 or 13334752. OLE color: 13334752.
HSL color Cylindrical-coordinate representation of color #E078CB: hue angle of 312.12º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E078CB is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 203 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.12 |
| HSL | 312.12º | 0.63% | 0.67% | - |
| HSV(B) | 312.12º | 0.46% | 0.88% | - |
| XYZ | 48.24 | 33.59 | 60.44 | - |
| YUV | 160.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 203 | 0 | 0.46 | 0.09 | 0.12 | 312.12 | 0.63 | 0.67 |
| Hex | E0 | 78 | CB | 0 | 2E | 9 | C | 138 | 3F | 43 |
| Octal | 340 | 170 | 313 | 0 | 56 | 11 | 14 | 470 | 77 | 103 |
| Binary | 11100000 | 1111000 | 11001011 | 0 | 101110 | 1001 | 1100 | 100111000 | 111111 | 1000011 |
Color Harmonies of #E078CB
Complementary color
Monochromatic Colors of #E078CB
Black with #E078CB
Text Example
Text Example
White with #E078CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078CB; }
p { color: rgb(224,120,203); }
H1.HeaderClassName
{
color: #E078CB;
}
.AnyTagClassName
{
color: #E078CB;
}
</style>
background-color css
<style>
a { background-color: #E078CB; }
a { background-color: rgb(224,120,203); }
div.DivClassName
{
background-color: #E078CB;
}
.BgClassName
{
background-color: #E078CB;
}
</style>
border-color css
<style>
span { border-color: #E078CB; }
span { border-color: rgb(224,120,203); }
td.TdClassName
{
border-color: #E078CB;
}
.TagClassName
{
border-color: #E078CB;
}
</style>