Shades of Orchid #E770DC
Tints of Orchid #E770DC
RGB
CMYK
RGB Variations
Color information
#E770DC (or 0xE770DC) is known color: Orchid. HEX triplet: E7, 70 and DC. RGB value is (231,112,220). Sum of RGB (Red+Green+Blue) = 231+112+220=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E770DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770DC is #188F23. Grayscale: #9F9F9F. Windows color (decimal): -1609508 or 14446823. OLE color: 14446823.
HSL color Cylindrical-coordinate representation of color #E770DC: hue angle of 305.55º 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 #E770DC is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 220 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.09 |
| HSL | 305.55º | 0.71% | 0.67% | - |
| HSV(B) | 305.55º | 0.52% | 0.91% | - |
| XYZ | 51.67 | 33.74 | 71.5 | - |
| YUV | 159.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 220 | 0 | 0.52 | 0.05 | 0.09 | 305.55 | 0.71 | 0.67 |
| Hex | E7 | 70 | DC | 0 | 34 | 5 | 9 | 132 | 47 | 43 |
| Octal | 347 | 160 | 334 | 0 | 64 | 5 | 11 | 462 | 107 | 103 |
| Binary | 11100111 | 1110000 | 11011100 | 0 | 110100 | 101 | 1001 | 100110010 | 1000111 | 1000011 |
Color Harmonies of #E770DC
Complementary color
Monochromatic Colors of #E770DC
Black with #E770DC
Text Example
Text Example
White with #E770DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770DC; }
p { color: rgb(231,112,220); }
H1.HeaderClassName
{
color: #E770DC;
}
.AnyTagClassName
{
color: #E770DC;
}
</style>
background-color css
<style>
a { background-color: #E770DC; }
a { background-color: rgb(231,112,220); }
div.DivClassName
{
background-color: #E770DC;
}
.BgClassName
{
background-color: #E770DC;
}
</style>
border-color css
<style>
span { border-color: #E770DC; }
span { border-color: rgb(231,112,220); }
td.TdClassName
{
border-color: #E770DC;
}
.TagClassName
{
border-color: #E770DC;
}
</style>