Shades of Orchid #E76BD3
Tints of Orchid #E76BD3
RGB
CMYK
RGB Variations
Color information
#E76BD3 (or 0xE76BD3) is known color: Orchid. HEX triplet: E7, 6B and D3. RGB value is (231,107,211). Sum of RGB (Red+Green+Blue) = 231+107+211=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BD3 is #18942C. Grayscale: #9B9B9B. Windows color (decimal): -1610797 or 13855719. OLE color: 13855719.
HSL color Cylindrical-coordinate representation of color #E76BD3: hue angle of 309.68º 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 #E76BD3 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 211 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.09 |
| HSL | 309.68º | 0.72% | 0.66% | - |
| HSV(B) | 309.68º | 0.54% | 0.91% | - |
| XYZ | 49.97 | 32.21 | 65.21 | - |
| YUV | 155.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 211 | 0 | 0.54 | 0.09 | 0.09 | 309.68 | 0.72 | 0.66 |
| Hex | E7 | 6B | D3 | 0 | 36 | 9 | 9 | 136 | 48 | 42 |
| Octal | 347 | 153 | 323 | 0 | 66 | 11 | 11 | 466 | 110 | 102 |
| Binary | 11100111 | 1101011 | 11010011 | 0 | 110110 | 1001 | 1001 | 100110110 | 1001000 | 1000010 |
Color Harmonies of #E76BD3
Complementary color
Monochromatic Colors of #E76BD3
Black with #E76BD3
Text Example
Text Example
White with #E76BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BD3; }
p { color: rgb(231,107,211); }
H1.HeaderClassName
{
color: #E76BD3;
}
.AnyTagClassName
{
color: #E76BD3;
}
</style>
background-color css
<style>
a { background-color: #E76BD3; }
a { background-color: rgb(231,107,211); }
div.DivClassName
{
background-color: #E76BD3;
}
.BgClassName
{
background-color: #E76BD3;
}
</style>
border-color css
<style>
span { border-color: #E76BD3; }
span { border-color: rgb(231,107,211); }
td.TdClassName
{
border-color: #E76BD3;
}
.TagClassName
{
border-color: #E76BD3;
}
</style>