Shades of Orchid #E775D5
Tints of Orchid #E775D5
RGB
CMYK
RGB Variations
Color information
#E775D5 (or 0xE775D5) is known color: Orchid. HEX triplet: E7, 75 and D5. RGB value is (231,117,213). Sum of RGB (Red+Green+Blue) = 231+117+213=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E775D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775D5 is #188A2A. Grayscale: #A1A1A1. Windows color (decimal): -1608235 or 13989351. OLE color: 13989351.
HSL color Cylindrical-coordinate representation of color #E775D5: hue angle of 309.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E775D5 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 213 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.09 |
| HSL | 309.47º | 0.7% | 0.68% | - |
| HSV(B) | 309.47º | 0.49% | 0.91% | - |
| XYZ | 51.33 | 34.52 | 66.91 | - |
| YUV | 162.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 213 | 0 | 0.49 | 0.08 | 0.09 | 309.47 | 0.7 | 0.68 |
| Hex | E7 | 75 | D5 | 0 | 31 | 8 | 9 | 135 | 46 | 44 |
| Octal | 347 | 165 | 325 | 0 | 61 | 10 | 11 | 465 | 106 | 104 |
| Binary | 11100111 | 1110101 | 11010101 | 0 | 110001 | 1000 | 1001 | 100110101 | 1000110 | 1000100 |
Color Harmonies of #E775D5
Complementary color
Monochromatic Colors of #E775D5
Black with #E775D5
Text Example
Text Example
White with #E775D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E775D5; }
p { color: rgb(231,117,213); }
H1.HeaderClassName
{
color: #E775D5;
}
.AnyTagClassName
{
color: #E775D5;
}
</style>
background-color css
<style>
a { background-color: #E775D5; }
a { background-color: rgb(231,117,213); }
div.DivClassName
{
background-color: #E775D5;
}
.BgClassName
{
background-color: #E775D5;
}
</style>
border-color css
<style>
span { border-color: #E775D5; }
span { border-color: rgb(231,117,213); }
td.TdClassName
{
border-color: #E775D5;
}
.TagClassName
{
border-color: #E775D5;
}
</style>