Shades of Orchid #E774CD
Tints of Orchid #E774CD
RGB
CMYK
RGB Variations
Color information
#E774CD (or 0xE774CD) is known color: Orchid. HEX triplet: E7, 74 and CD. RGB value is (231,116,205). Sum of RGB (Red+Green+Blue) = 231+116+205=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 116 (45.70% from 255 or 21.01% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E774CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774CD is #188B32. Grayscale: #A0A0A0. Windows color (decimal): -1608499 or 13464807. OLE color: 13464807.
HSL color Cylindrical-coordinate representation of color #E774CD: hue angle of 313.57º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E774CD is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 205 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.09 |
| HSL | 313.57º | 0.71% | 0.68% | - |
| HSV(B) | 313.57º | 0.5% | 0.91% | - |
| XYZ | 50.22 | 33.89 | 61.65 | - |
| YUV | 160.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 205 | 0 | 0.50 | 0.11 | 0.09 | 313.57 | 0.71 | 0.68 |
| Hex | E7 | 74 | CD | 0 | 32 | B | 9 | 13A | 47 | 44 |
| Octal | 347 | 164 | 315 | 0 | 62 | 13 | 11 | 472 | 107 | 104 |
| Binary | 11100111 | 1110100 | 11001101 | 0 | 110010 | 1011 | 1001 | 100111010 | 1000111 | 1000100 |
Color Harmonies of #E774CD
Complementary color
Monochromatic Colors of #E774CD
Black with #E774CD
Text Example
Text Example
White with #E774CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E774CD; }
p { color: rgb(231,116,205); }
H1.HeaderClassName
{
color: #E774CD;
}
.AnyTagClassName
{
color: #E774CD;
}
</style>
background-color css
<style>
a { background-color: #E774CD; }
a { background-color: rgb(231,116,205); }
div.DivClassName
{
background-color: #E774CD;
}
.BgClassName
{
background-color: #E774CD;
}
</style>
border-color css
<style>
span { border-color: #E774CD; }
span { border-color: rgb(231,116,205); }
td.TdClassName
{
border-color: #E774CD;
}
.TagClassName
{
border-color: #E774CD;
}
</style>