Shades of Orchid #E76FDD
Tints of Orchid #E76FDD
RGB
CMYK
RGB Variations
Color information
#E76FDD (or 0xE76FDD) is known color: Orchid. HEX triplet: E7, 6F and DD. RGB value is (231,111,221). Sum of RGB (Red+Green+Blue) = 231+111+221=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76FDD is #189022. Grayscale: #9F9F9F. Windows color (decimal): -1609763 or 14512103. OLE color: 14512103.
HSL color Cylindrical-coordinate representation of color #E76FDD: hue angle of 305º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76FDD is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 221 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.09 |
| HSL | 305º | 0.71% | 0.67% | - |
| HSV(B) | 305º | 0.52% | 0.91% | - |
| XYZ | 51.69 | 33.58 | 72.16 | - |
| YUV | 159.42 | 162.76 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 221 | 0 | 0.52 | 0.04 | 0.09 | 305 | 0.71 | 0.67 |
| Hex | E7 | 6F | DD | 0 | 34 | 4 | 9 | 131 | 47 | 43 |
| Octal | 347 | 157 | 335 | 0 | 64 | 4 | 11 | 461 | 107 | 103 |
| Binary | 11100111 | 1101111 | 11011101 | 0 | 110100 | 100 | 1001 | 100110001 | 1000111 | 1000011 |
Color Harmonies of #E76FDD
Complementary color
Monochromatic Colors of #E76FDD
Black with #E76FDD
Text Example
Text Example
White with #E76FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76FDD; }
p { color: rgb(231,111,221); }
H1.HeaderClassName
{
color: #E76FDD;
}
.AnyTagClassName
{
color: #E76FDD;
}
</style>
background-color css
<style>
a { background-color: #E76FDD; }
a { background-color: rgb(231,111,221); }
div.DivClassName
{
background-color: #E76FDD;
}
.BgClassName
{
background-color: #E76FDD;
}
</style>
border-color css
<style>
span { border-color: #E76FDD; }
span { border-color: rgb(231,111,221); }
td.TdClassName
{
border-color: #E76FDD;
}
.TagClassName
{
border-color: #E76FDD;
}
</style>