Shades of Orchid #E76BDF
Tints of Orchid #E76BDF
RGB
CMYK
RGB Variations
Color information
#E76BDF (or 0xE76BDF) is known color: Orchid. HEX triplet: E7, 6B and DF. RGB value is (231,107,223). Sum of RGB (Red+Green+Blue) = 231+107+223=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BDF is #189420. Grayscale: #9C9C9C. Windows color (decimal): -1610785 or 14642151. OLE color: 14642151.
HSL color Cylindrical-coordinate representation of color #E76BDF: hue angle of 303.87º 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 #E76BDF is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 223 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.09 |
| HSL | 303.87º | 0.72% | 0.66% | - |
| HSV(B) | 303.87º | 0.54% | 0.91% | - |
| XYZ | 51.53 | 32.83 | 73.43 | - |
| YUV | 157.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 223 | 0 | 0.54 | 0.03 | 0.09 | 303.87 | 0.72 | 0.66 |
| Hex | E7 | 6B | DF | 0 | 36 | 3 | 9 | 130 | 48 | 42 |
| Octal | 347 | 153 | 337 | 0 | 66 | 3 | 11 | 460 | 110 | 102 |
| Binary | 11100111 | 1101011 | 11011111 | 0 | 110110 | 11 | 1001 | 100110000 | 1001000 | 1000010 |
Color Harmonies of #E76BDF
Complementary color
Monochromatic Colors of #E76BDF
Black with #E76BDF
Text Example
Text Example
White with #E76BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BDF; }
p { color: rgb(231,107,223); }
H1.HeaderClassName
{
color: #E76BDF;
}
.AnyTagClassName
{
color: #E76BDF;
}
</style>
background-color css
<style>
a { background-color: #E76BDF; }
a { background-color: rgb(231,107,223); }
div.DivClassName
{
background-color: #E76BDF;
}
.BgClassName
{
background-color: #E76BDF;
}
</style>
border-color css
<style>
span { border-color: #E76BDF; }
span { border-color: rgb(231,107,223); }
td.TdClassName
{
border-color: #E76BDF;
}
.TagClassName
{
border-color: #E76BDF;
}
</style>