Shades of Orchid #E676D5
Tints of Orchid #E676D5
RGB
CMYK
RGB Variations
Color information
#E676D5 (or 0xE676D5) is known color: Orchid. HEX triplet: E6, 76 and D5. RGB value is (230,118,213). Sum of RGB (Red+Green+Blue) = 230+118+213=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E676D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676D5 is #19892A. Grayscale: #A2A2A2. Windows color (decimal): -1673515 or 13989606. OLE color: 13989606.
HSL color Cylindrical-coordinate representation of color #E676D5: hue angle of 309.11º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E676D5 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 213 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.10 |
| HSL | 309.11º | 0.69% | 0.68% | - |
| HSV(B) | 309.11º | 0.49% | 0.9% | - |
| XYZ | 51.12 | 34.58 | 66.93 | - |
| YUV | 162.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 213 | 0 | 0.49 | 0.07 | 0.10 | 309.11 | 0.69 | 0.68 |
| Hex | E6 | 76 | D5 | 0 | 31 | 7 | A | 135 | 45 | 44 |
| Octal | 346 | 166 | 325 | 0 | 61 | 7 | 12 | 465 | 105 | 104 |
| Binary | 11100110 | 1110110 | 11010101 | 0 | 110001 | 111 | 1010 | 100110101 | 1000101 | 1000100 |
Color Harmonies of #E676D5
Complementary color
Monochromatic Colors of #E676D5
Black with #E676D5
Text Example
Text Example
White with #E676D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E676D5; }
p { color: rgb(230,118,213); }
H1.HeaderClassName
{
color: #E676D5;
}
.AnyTagClassName
{
color: #E676D5;
}
</style>
background-color css
<style>
a { background-color: #E676D5; }
a { background-color: rgb(230,118,213); }
div.DivClassName
{
background-color: #E676D5;
}
.BgClassName
{
background-color: #E676D5;
}
</style>
border-color css
<style>
span { border-color: #E676D5; }
span { border-color: rgb(230,118,213); }
td.TdClassName
{
border-color: #E676D5;
}
.TagClassName
{
border-color: #E676D5;
}
</style>