Shades of Orchid #E770D5
Tints of Orchid #E770D5
RGB
CMYK
RGB Variations
Color information
#E770D5 (or 0xE770D5) is known color: Orchid. HEX triplet: E7, 70 and D5. RGB value is (231,112,213). Sum of RGB (Red+Green+Blue) = 231+112+213=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E770D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770D5 is #188F2A. Grayscale: #9E9E9E. Windows color (decimal): -1609515 or 13988071. OLE color: 13988071.
HSL color Cylindrical-coordinate representation of color #E770D5: hue angle of 309.08º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E770D5 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 213 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.09 |
| HSL | 309.08º | 0.71% | 0.67% | - |
| HSV(B) | 309.08º | 0.52% | 0.91% | - |
| XYZ | 50.76 | 33.38 | 66.72 | - |
| YUV | 159.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 213 | 0 | 0.52 | 0.08 | 0.09 | 309.08 | 0.71 | 0.67 |
| Hex | E7 | 70 | D5 | 0 | 34 | 8 | 9 | 135 | 47 | 43 |
| Octal | 347 | 160 | 325 | 0 | 64 | 10 | 11 | 465 | 107 | 103 |
| Binary | 11100111 | 1110000 | 11010101 | 0 | 110100 | 1000 | 1001 | 100110101 | 1000111 | 1000011 |
Color Harmonies of #E770D5
Complementary color
Monochromatic Colors of #E770D5
Black with #E770D5
Text Example
Text Example
White with #E770D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770D5; }
p { color: rgb(231,112,213); }
H1.HeaderClassName
{
color: #E770D5;
}
.AnyTagClassName
{
color: #E770D5;
}
</style>
background-color css
<style>
a { background-color: #E770D5; }
a { background-color: rgb(231,112,213); }
div.DivClassName
{
background-color: #E770D5;
}
.BgClassName
{
background-color: #E770D5;
}
</style>
border-color css
<style>
span { border-color: #E770D5; }
span { border-color: rgb(231,112,213); }
td.TdClassName
{
border-color: #E770D5;
}
.TagClassName
{
border-color: #E770D5;
}
</style>