Shades of Orchid #E770D0
Tints of Orchid #E770D0
RGB
CMYK
RGB Variations
Color information
#E770D0 (or 0xE770D0) is known color: Orchid. HEX triplet: E7, 70 and D0. RGB value is (231,112,208). Sum of RGB (Red+Green+Blue) = 231+112+208=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E770D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770D0 is #188F2F. Grayscale: #9E9E9E. Windows color (decimal): -1609520 or 13660391. OLE color: 13660391.
HSL color Cylindrical-coordinate representation of color #E770D0: hue angle of 311.6º 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 #E770D0 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 208 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.09 |
| HSL | 311.6º | 0.71% | 0.67% | - |
| HSV(B) | 311.6º | 0.52% | 0.91% | - |
| XYZ | 50.13 | 33.13 | 63.43 | - |
| YUV | 158.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 208 | 0 | 0.52 | 0.10 | 0.09 | 311.6 | 0.71 | 0.67 |
| Hex | E7 | 70 | D0 | 0 | 34 | A | 9 | 138 | 47 | 43 |
| Octal | 347 | 160 | 320 | 0 | 64 | 12 | 11 | 470 | 107 | 103 |
| Binary | 11100111 | 1110000 | 11010000 | 0 | 110100 | 1010 | 1001 | 100111000 | 1000111 | 1000011 |
Color Harmonies of #E770D0
Complementary color
Monochromatic Colors of #E770D0
Black with #E770D0
Text Example
Text Example
White with #E770D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770D0; }
p { color: rgb(231,112,208); }
H1.HeaderClassName
{
color: #E770D0;
}
.AnyTagClassName
{
color: #E770D0;
}
</style>
background-color css
<style>
a { background-color: #E770D0; }
a { background-color: rgb(231,112,208); }
div.DivClassName
{
background-color: #E770D0;
}
.BgClassName
{
background-color: #E770D0;
}
</style>
border-color css
<style>
span { border-color: #E770D0; }
span { border-color: rgb(231,112,208); }
td.TdClassName
{
border-color: #E770D0;
}
.TagClassName
{
border-color: #E770D0;
}
</style>