Shades of Orchid #E780CF
Tints of Orchid #E780CF
RGB
CMYK
RGB Variations
Color information
#E780CF (or 0xE780CF) is known color: Orchid. HEX triplet: E7, 80 and CF. RGB value is (231,128,207). Sum of RGB (Red+Green+Blue) = 231+128+207=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E780CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780CF is #187F30. Grayscale: #A7A7A7. Windows color (decimal): -1605425 or 13598951. OLE color: 13598951.
HSL color Cylindrical-coordinate representation of color #E780CF: hue angle of 313.98º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780CF is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 207 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.09 |
| HSL | 313.98º | 0.68% | 0.7% | - |
| HSV(B) | 313.98º | 0.45% | 0.91% | - |
| XYZ | 51.94 | 36.93 | 63.42 | - |
| YUV | 167.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 207 | 0 | 0.45 | 0.10 | 0.09 | 313.98 | 0.68 | 0.7 |
| Hex | E7 | 80 | CF | 0 | 2D | A | 9 | 13A | 44 | 46 |
| Octal | 347 | 200 | 317 | 0 | 55 | 12 | 11 | 472 | 104 | 106 |
| Binary | 11100111 | 10000000 | 11001111 | 0 | 101101 | 1010 | 1001 | 100111010 | 1000100 | 1000110 |
Color Harmonies of #E780CF
Complementary color
Monochromatic Colors of #E780CF
Black with #E780CF
Text Example
Text Example
White with #E780CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E780CF; }
p { color: rgb(231,128,207); }
H1.HeaderClassName
{
color: #E780CF;
}
.AnyTagClassName
{
color: #E780CF;
}
</style>
background-color css
<style>
a { background-color: #E780CF; }
a { background-color: rgb(231,128,207); }
div.DivClassName
{
background-color: #E780CF;
}
.BgClassName
{
background-color: #E780CF;
}
</style>
border-color css
<style>
span { border-color: #E780CF; }
span { border-color: rgb(231,128,207); }
td.TdClassName
{
border-color: #E780CF;
}
.TagClassName
{
border-color: #E780CF;
}
</style>