Shades of Orchid #E676C9
Tints of Orchid #E676C9
RGB
CMYK
RGB Variations
Color information
#E676C9 (or 0xE676C9) is known color: Orchid. HEX triplet: E6, 76 and C9. RGB value is (230,118,201). Sum of RGB (Red+Green+Blue) = 230+118+201=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E676C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676C9 is #198936. Grayscale: #A0A0A0. Windows color (decimal): -1673527 or 13203174. OLE color: 13203174.
HSL color Cylindrical-coordinate representation of color #E676C9: hue angle of 315.54º 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 #E676C9 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 201 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.10 |
| HSL | 315.54º | 0.69% | 0.68% | - |
| HSV(B) | 315.54º | 0.49% | 0.9% | - |
| XYZ | 49.65 | 34 | 59.2 | - |
| YUV | 160.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 201 | 0 | 0.49 | 0.13 | 0.10 | 315.54 | 0.69 | 0.68 |
| Hex | E6 | 76 | C9 | 0 | 31 | D | A | 13C | 45 | 44 |
| Octal | 346 | 166 | 311 | 0 | 61 | 15 | 12 | 474 | 105 | 104 |
| Binary | 11100110 | 1110110 | 11001001 | 0 | 110001 | 1101 | 1010 | 100111100 | 1000101 | 1000100 |
Color Harmonies of #E676C9
Complementary color
Monochromatic Colors of #E676C9
Black with #E676C9
Text Example
Text Example
White with #E676C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E676C9; }
p { color: rgb(230,118,201); }
H1.HeaderClassName
{
color: #E676C9;
}
.AnyTagClassName
{
color: #E676C9;
}
</style>
background-color css
<style>
a { background-color: #E676C9; }
a { background-color: rgb(230,118,201); }
div.DivClassName
{
background-color: #E676C9;
}
.BgClassName
{
background-color: #E676C9;
}
</style>
border-color css
<style>
span { border-color: #E676C9; }
span { border-color: rgb(230,118,201); }
td.TdClassName
{
border-color: #E676C9;
}
.TagClassName
{
border-color: #E676C9;
}
</style>