Shades of Orchid #E775CE
Tints of Orchid #E775CE
RGB
CMYK
RGB Variations
Color information
#E775CE (or 0xE775CE) is known color: Orchid. HEX triplet: E7, 75 and CE. RGB value is (231,117,206). Sum of RGB (Red+Green+Blue) = 231+117+206=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E775CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775CE is #188A31. Grayscale: #A0A0A0. Windows color (decimal): -1608242 or 13530599. OLE color: 13530599.
HSL color Cylindrical-coordinate representation of color #E775CE: hue angle of 313.16º 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 #E775CE is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 206 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.09 |
| HSL | 313.16º | 0.7% | 0.68% | - |
| HSV(B) | 313.16º | 0.49% | 0.91% | - |
| XYZ | 50.46 | 34.17 | 62.33 | - |
| YUV | 161.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 206 | 0 | 0.49 | 0.11 | 0.09 | 313.16 | 0.7 | 0.68 |
| Hex | E7 | 75 | CE | 0 | 31 | B | 9 | 139 | 46 | 44 |
| Octal | 347 | 165 | 316 | 0 | 61 | 13 | 11 | 471 | 106 | 104 |
| Binary | 11100111 | 1110101 | 11001110 | 0 | 110001 | 1011 | 1001 | 100111001 | 1000110 | 1000100 |
Color Harmonies of #E775CE
Complementary color
Monochromatic Colors of #E775CE
Black with #E775CE
Text Example
Text Example
White with #E775CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E775CE; }
p { color: rgb(231,117,206); }
H1.HeaderClassName
{
color: #E775CE;
}
.AnyTagClassName
{
color: #E775CE;
}
</style>
background-color css
<style>
a { background-color: #E775CE; }
a { background-color: rgb(231,117,206); }
div.DivClassName
{
background-color: #E775CE;
}
.BgClassName
{
background-color: #E775CE;
}
</style>
border-color css
<style>
span { border-color: #E775CE; }
span { border-color: rgb(231,117,206); }
td.TdClassName
{
border-color: #E775CE;
}
.TagClassName
{
border-color: #E775CE;
}
</style>