Shades of Orchid #E76CCD
Tints of Orchid #E76CCD
RGB
CMYK
RGB Variations
Color information
#E76CCD (or 0xE76CCD) is known color: Orchid. HEX triplet: E7, 6C and CD. RGB value is (231,108,205). Sum of RGB (Red+Green+Blue) = 231+108+205=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CCD is #189332. Grayscale: #9B9B9B. Windows color (decimal): -1610547 or 13462759. OLE color: 13462759.
HSL color Cylindrical-coordinate representation of color #E76CCD: hue angle of 312.68º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76CCD is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 205 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.09 |
| HSL | 312.68º | 0.72% | 0.66% | - |
| HSV(B) | 312.68º | 0.53% | 0.91% | - |
| XYZ | 49.34 | 32.12 | 61.36 | - |
| YUV | 155.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 205 | 0 | 0.53 | 0.11 | 0.09 | 312.68 | 0.72 | 0.66 |
| Hex | E7 | 6C | CD | 0 | 35 | B | 9 | 139 | 48 | 42 |
| Octal | 347 | 154 | 315 | 0 | 65 | 13 | 11 | 471 | 110 | 102 |
| Binary | 11100111 | 1101100 | 11001101 | 0 | 110101 | 1011 | 1001 | 100111001 | 1001000 | 1000010 |
Color Harmonies of #E76CCD
Complementary color
Monochromatic Colors of #E76CCD
Black with #E76CCD
Text Example
Text Example
White with #E76CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CCD; }
p { color: rgb(231,108,205); }
H1.HeaderClassName
{
color: #E76CCD;
}
.AnyTagClassName
{
color: #E76CCD;
}
</style>
background-color css
<style>
a { background-color: #E76CCD; }
a { background-color: rgb(231,108,205); }
div.DivClassName
{
background-color: #E76CCD;
}
.BgClassName
{
background-color: #E76CCD;
}
</style>
border-color css
<style>
span { border-color: #E76CCD; }
span { border-color: rgb(231,108,205); }
td.TdClassName
{
border-color: #E76CCD;
}
.TagClassName
{
border-color: #E76CCD;
}
</style>