Shades of Orchid #E676D4
Tints of Orchid #E676D4
RGB
CMYK
RGB Variations
Color information
#E676D4 (or 0xE676D4) is known color: Orchid. HEX triplet: E6, 76 and D4. RGB value is (230,118,212). Sum of RGB (Red+Green+Blue) = 230+118+212=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E676D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676D4 is #19892B. Grayscale: #A1A1A1. Windows color (decimal): -1673516 or 13924070. OLE color: 13924070.
HSL color Cylindrical-coordinate representation of color #E676D4: hue angle of 309.64º 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 #E676D4 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 212 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.10 |
| HSL | 309.64º | 0.69% | 0.68% | - |
| HSV(B) | 309.64º | 0.49% | 0.9% | - |
| XYZ | 51 | 34.53 | 66.27 | - |
| YUV | 162.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 212 | 0 | 0.49 | 0.08 | 0.10 | 309.64 | 0.69 | 0.68 |
| Hex | E6 | 76 | D4 | 0 | 31 | 8 | A | 136 | 45 | 44 |
| Octal | 346 | 166 | 324 | 0 | 61 | 10 | 12 | 466 | 105 | 104 |
| Binary | 11100110 | 1110110 | 11010100 | 0 | 110001 | 1000 | 1010 | 100110110 | 1000101 | 1000100 |
Color Harmonies of #E676D4
Complementary color
Monochromatic Colors of #E676D4
Black with #E676D4
Text Example
Text Example
White with #E676D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E676D4; }
p { color: rgb(230,118,212); }
H1.HeaderClassName
{
color: #E676D4;
}
.AnyTagClassName
{
color: #E676D4;
}
</style>
background-color css
<style>
a { background-color: #E676D4; }
a { background-color: rgb(230,118,212); }
div.DivClassName
{
background-color: #E676D4;
}
.BgClassName
{
background-color: #E676D4;
}
</style>
border-color css
<style>
span { border-color: #E676D4; }
span { border-color: rgb(230,118,212); }
td.TdClassName
{
border-color: #E676D4;
}
.TagClassName
{
border-color: #E676D4;
}
</style>