Shades of Orchid #E770CC
Tints of Orchid #E770CC
RGB
CMYK
RGB Variations
Color information
#E770CC (or 0xE770CC) is known color: Orchid. HEX triplet: E7, 70 and CC. RGB value is (231,112,204). Sum of RGB (Red+Green+Blue) = 231+112+204=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E770CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770CC is #188F33. Grayscale: #9D9D9D. Windows color (decimal): -1609524 or 13398247. OLE color: 13398247.
HSL color Cylindrical-coordinate representation of color #E770CC: hue angle of 313.61º 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 #E770CC is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 204 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.09 |
| HSL | 313.61º | 0.71% | 0.67% | - |
| HSV(B) | 313.61º | 0.52% | 0.91% | - |
| XYZ | 49.65 | 32.94 | 60.87 | - |
| YUV | 158.07 | 153.92 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 204 | 0 | 0.52 | 0.12 | 0.09 | 313.61 | 0.71 | 0.67 |
| Hex | E7 | 70 | CC | 0 | 34 | C | 9 | 13A | 47 | 43 |
| Octal | 347 | 160 | 314 | 0 | 64 | 14 | 11 | 472 | 107 | 103 |
| Binary | 11100111 | 1110000 | 11001100 | 0 | 110100 | 1100 | 1001 | 100111010 | 1000111 | 1000011 |
Color Harmonies of #E770CC
Complementary color
Monochromatic Colors of #E770CC
Black with #E770CC
Text Example
Text Example
White with #E770CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770CC; }
p { color: rgb(231,112,204); }
H1.HeaderClassName
{
color: #E770CC;
}
.AnyTagClassName
{
color: #E770CC;
}
</style>
background-color css
<style>
a { background-color: #E770CC; }
a { background-color: rgb(231,112,204); }
div.DivClassName
{
background-color: #E770CC;
}
.BgClassName
{
background-color: #E770CC;
}
</style>
border-color css
<style>
span { border-color: #E770CC; }
span { border-color: rgb(231,112,204); }
td.TdClassName
{
border-color: #E770CC;
}
.TagClassName
{
border-color: #E770CC;
}
</style>