Shades of Orchid #E76ADF
Tints of Orchid #E76ADF
RGB
CMYK
RGB Variations
Color information
#E76ADF (or 0xE76ADF) is known color: Orchid. HEX triplet: E7, 6A and DF. RGB value is (231,106,223). Sum of RGB (Red+Green+Blue) = 231+106+223=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 106 (41.80% from 255 or 18.93% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ADF is #189520. Grayscale: #9C9C9C. Windows color (decimal): -1611041 or 14641895. OLE color: 14641895.
HSL color Cylindrical-coordinate representation of color #E76ADF: hue angle of 303.84º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76ADF is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 223 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.09 |
| HSL | 303.84º | 0.72% | 0.66% | - |
| HSV(B) | 303.84º | 0.54% | 0.91% | - |
| XYZ | 51.43 | 32.62 | 73.4 | - |
| YUV | 156.71 | 165.41 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 223 | 0 | 0.54 | 0.03 | 0.09 | 303.84 | 0.72 | 0.66 |
| Hex | E7 | 6A | DF | 0 | 36 | 3 | 9 | 130 | 48 | 42 |
| Octal | 347 | 152 | 337 | 0 | 66 | 3 | 11 | 460 | 110 | 102 |
| Binary | 11100111 | 1101010 | 11011111 | 0 | 110110 | 11 | 1001 | 100110000 | 1001000 | 1000010 |
Color Harmonies of #E76ADF
Complementary color
Monochromatic Colors of #E76ADF
Black with #E76ADF
Text Example
Text Example
White with #E76ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76ADF; }
p { color: rgb(231,106,223); }
H1.HeaderClassName
{
color: #E76ADF;
}
.AnyTagClassName
{
color: #E76ADF;
}
</style>
background-color css
<style>
a { background-color: #E76ADF; }
a { background-color: rgb(231,106,223); }
div.DivClassName
{
background-color: #E76ADF;
}
.BgClassName
{
background-color: #E76ADF;
}
</style>
border-color css
<style>
span { border-color: #E76ADF; }
span { border-color: rgb(231,106,223); }
td.TdClassName
{
border-color: #E76ADF;
}
.TagClassName
{
border-color: #E76ADF;
}
</style>