Shades of Orchid #E078CC
Tints of Orchid #E078CC
RGB
CMYK
RGB Variations
Color information
#E078CC (or 0xE078CC) is known color: Orchid. HEX triplet: E0, 78 and CC. RGB value is (224,120,204). Sum of RGB (Red+Green+Blue) = 224+120+204=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E078CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078CC is #1F8733. Grayscale: #A0A0A0. Windows color (decimal): -2066228 or 13400288. OLE color: 13400288.
HSL color Cylindrical-coordinate representation of color #E078CC: hue angle of 311.54º 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 #E078CC is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 204 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.12 |
| HSL | 311.54º | 0.63% | 0.67% | - |
| HSV(B) | 311.54º | 0.46% | 0.88% | - |
| XYZ | 48.36 | 33.64 | 61.07 | - |
| YUV | 160.67 | 152.46 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 204 | 0 | 0.46 | 0.09 | 0.12 | 311.54 | 0.63 | 0.67 |
| Hex | E0 | 78 | CC | 0 | 2E | 9 | C | 138 | 3F | 43 |
| Octal | 340 | 170 | 314 | 0 | 56 | 11 | 14 | 470 | 77 | 103 |
| Binary | 11100000 | 1111000 | 11001100 | 0 | 101110 | 1001 | 1100 | 100111000 | 111111 | 1000011 |
Color Harmonies of #E078CC
Complementary color
Monochromatic Colors of #E078CC
Black with #E078CC
Text Example
Text Example
White with #E078CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078CC; }
p { color: rgb(224,120,204); }
H1.HeaderClassName
{
color: #E078CC;
}
.AnyTagClassName
{
color: #E078CC;
}
</style>
background-color css
<style>
a { background-color: #E078CC; }
a { background-color: rgb(224,120,204); }
div.DivClassName
{
background-color: #E078CC;
}
.BgClassName
{
background-color: #E078CC;
}
</style>
border-color css
<style>
span { border-color: #E078CC; }
span { border-color: rgb(224,120,204); }
td.TdClassName
{
border-color: #E078CC;
}
.TagClassName
{
border-color: #E078CC;
}
</style>