Shades of Orchid #E771DF
Tints of Orchid #E771DF
RGB
CMYK
RGB Variations
Color information
#E771DF (or 0xE771DF) is known color: Orchid. HEX triplet: E7, 71 and DF. RGB value is (231,113,223). Sum of RGB (Red+Green+Blue) = 231+113+223=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E771DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771DF is #188E20. Grayscale: #A0A0A0. Windows color (decimal): -1609249 or 14643687. OLE color: 14643687.
HSL color Cylindrical-coordinate representation of color #E771DF: hue angle of 304.07º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E771DF is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 223 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.09 |
| HSL | 304.07º | 0.71% | 0.67% | - |
| HSV(B) | 304.07º | 0.51% | 0.91% | - |
| XYZ | 52.18 | 34.13 | 73.65 | - |
| YUV | 160.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 223 | 0 | 0.51 | 0.03 | 0.09 | 304.07 | 0.71 | 0.67 |
| Hex | E7 | 71 | DF | 0 | 33 | 3 | 9 | 130 | 47 | 43 |
| Octal | 347 | 161 | 337 | 0 | 63 | 3 | 11 | 460 | 107 | 103 |
| Binary | 11100111 | 1110001 | 11011111 | 0 | 110011 | 11 | 1001 | 100110000 | 1000111 | 1000011 |
Color Harmonies of #E771DF
Complementary color
Monochromatic Colors of #E771DF
Black with #E771DF
Text Example
Text Example
White with #E771DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E771DF; }
p { color: rgb(231,113,223); }
H1.HeaderClassName
{
color: #E771DF;
}
.AnyTagClassName
{
color: #E771DF;
}
</style>
background-color css
<style>
a { background-color: #E771DF; }
a { background-color: rgb(231,113,223); }
div.DivClassName
{
background-color: #E771DF;
}
.BgClassName
{
background-color: #E771DF;
}
</style>
border-color css
<style>
span { border-color: #E771DF; }
span { border-color: rgb(231,113,223); }
td.TdClassName
{
border-color: #E771DF;
}
.TagClassName
{
border-color: #E771DF;
}
</style>