Shades of Orchid #E770DD
Tints of Orchid #E770DD
RGB
CMYK
RGB Variations
Color information
#E770DD (or 0xE770DD) is known color: Orchid. HEX triplet: E7, 70 and DD. RGB value is (231,112,221). Sum of RGB (Red+Green+Blue) = 231+112+221=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E770DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770DD is #188F22. Grayscale: #9F9F9F. Windows color (decimal): -1609507 or 14512359. OLE color: 14512359.
HSL color Cylindrical-coordinate representation of color #E770DD: hue angle of 305.04º 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 #E770DD is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 221 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.09 |
| HSL | 305.04º | 0.71% | 0.67% | - |
| HSV(B) | 305.04º | 0.52% | 0.91% | - |
| XYZ | 51.8 | 33.8 | 72.2 | - |
| YUV | 160.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 221 | 0 | 0.52 | 0.04 | 0.09 | 305.04 | 0.71 | 0.67 |
| Hex | E7 | 70 | DD | 0 | 34 | 4 | 9 | 131 | 47 | 43 |
| Octal | 347 | 160 | 335 | 0 | 64 | 4 | 11 | 461 | 107 | 103 |
| Binary | 11100111 | 1110000 | 11011101 | 0 | 110100 | 100 | 1001 | 100110001 | 1000111 | 1000011 |
Color Harmonies of #E770DD
Complementary color
Monochromatic Colors of #E770DD
Black with #E770DD
Text Example
Text Example
White with #E770DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770DD; }
p { color: rgb(231,112,221); }
H1.HeaderClassName
{
color: #E770DD;
}
.AnyTagClassName
{
color: #E770DD;
}
</style>
background-color css
<style>
a { background-color: #E770DD; }
a { background-color: rgb(231,112,221); }
div.DivClassName
{
background-color: #E770DD;
}
.BgClassName
{
background-color: #E770DD;
}
</style>
border-color css
<style>
span { border-color: #E770DD; }
span { border-color: rgb(231,112,221); }
td.TdClassName
{
border-color: #E770DD;
}
.TagClassName
{
border-color: #E770DD;
}
</style>