Shades of Orchid #E770CD
Tints of Orchid #E770CD
RGB
CMYK
RGB Variations
Color information
#E770CD (or 0xE770CD) is known color: Orchid. HEX triplet: E7, 70 and CD. RGB value is (231,112,205). Sum of RGB (Red+Green+Blue) = 231+112+205=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E770CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770CD is #188F32. Grayscale: #9D9D9D. Windows color (decimal): -1609523 or 13463783. OLE color: 13463783.
HSL color Cylindrical-coordinate representation of color #E770CD: hue angle of 313.11º 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 #E770CD is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 205 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.09 |
| HSL | 313.11º | 0.71% | 0.67% | - |
| HSV(B) | 313.11º | 0.52% | 0.91% | - |
| XYZ | 49.77 | 32.99 | 61.5 | - |
| YUV | 158.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 205 | 0 | 0.52 | 0.11 | 0.09 | 313.11 | 0.71 | 0.67 |
| Hex | E7 | 70 | CD | 0 | 34 | B | 9 | 139 | 47 | 43 |
| Octal | 347 | 160 | 315 | 0 | 64 | 13 | 11 | 471 | 107 | 103 |
| Binary | 11100111 | 1110000 | 11001101 | 0 | 110100 | 1011 | 1001 | 100111001 | 1000111 | 1000011 |
Color Harmonies of #E770CD
Complementary color
Monochromatic Colors of #E770CD
Black with #E770CD
Text Example
Text Example
White with #E770CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770CD; }
p { color: rgb(231,112,205); }
H1.HeaderClassName
{
color: #E770CD;
}
.AnyTagClassName
{
color: #E770CD;
}
</style>
background-color css
<style>
a { background-color: #E770CD; }
a { background-color: rgb(231,112,205); }
div.DivClassName
{
background-color: #E770CD;
}
.BgClassName
{
background-color: #E770CD;
}
</style>
border-color css
<style>
span { border-color: #E770CD; }
span { border-color: rgb(231,112,205); }
td.TdClassName
{
border-color: #E770CD;
}
.TagClassName
{
border-color: #E770CD;
}
</style>