Shades of Orchid #E078CF
Tints of Orchid #E078CF
RGB
CMYK
RGB Variations
Color information
#E078CF (or 0xE078CF) is known color: Orchid. HEX triplet: E0, 78 and CF. RGB value is (224,120,207). Sum of RGB (Red+Green+Blue) = 224+120+207=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E078CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078CF is #1F8730. Grayscale: #A0A0A0. Windows color (decimal): -2066225 or 13596896. OLE color: 13596896.
HSL color Cylindrical-coordinate representation of color #E078CF: hue angle of 309.81º 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 #E078CF is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 207 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.12 |
| HSL | 309.81º | 0.63% | 0.67% | - |
| HSV(B) | 309.81º | 0.46% | 0.88% | - |
| XYZ | 48.72 | 33.79 | 62.98 | - |
| YUV | 161.01 | 153.96 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 207 | 0 | 0.46 | 0.08 | 0.12 | 309.81 | 0.63 | 0.67 |
| Hex | E0 | 78 | CF | 0 | 2E | 8 | C | 136 | 3F | 43 |
| Octal | 340 | 170 | 317 | 0 | 56 | 10 | 14 | 466 | 77 | 103 |
| Binary | 11100000 | 1111000 | 11001111 | 0 | 101110 | 1000 | 1100 | 100110110 | 111111 | 1000011 |
Color Harmonies of #E078CF
Complementary color
Monochromatic Colors of #E078CF
Black with #E078CF
Text Example
Text Example
White with #E078CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078CF; }
p { color: rgb(224,120,207); }
H1.HeaderClassName
{
color: #E078CF;
}
.AnyTagClassName
{
color: #E078CF;
}
</style>
background-color css
<style>
a { background-color: #E078CF; }
a { background-color: rgb(224,120,207); }
div.DivClassName
{
background-color: #E078CF;
}
.BgClassName
{
background-color: #E078CF;
}
</style>
border-color css
<style>
span { border-color: #E078CF; }
span { border-color: rgb(224,120,207); }
td.TdClassName
{
border-color: #E078CF;
}
.TagClassName
{
border-color: #E078CF;
}
</style>