Shades of Orchid #E676CE
Tints of Orchid #E676CE
RGB
CMYK
RGB Variations
Color information
#E676CE (or 0xE676CE) is known color: Orchid. HEX triplet: E6, 76 and CE. RGB value is (230,118,206). Sum of RGB (Red+Green+Blue) = 230+118+206=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E676CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676CE is #198931. Grayscale: #A1A1A1. Windows color (decimal): -1673522 or 13530854. OLE color: 13530854.
HSL color Cylindrical-coordinate representation of color #E676CE: hue angle of 312.86º 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 #E676CE is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 206 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.10 |
| HSL | 312.86º | 0.69% | 0.68% | - |
| HSV(B) | 312.86º | 0.49% | 0.9% | - |
| XYZ | 50.25 | 34.24 | 62.35 | - |
| YUV | 161.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 206 | 0 | 0.49 | 0.10 | 0.10 | 312.86 | 0.69 | 0.68 |
| Hex | E6 | 76 | CE | 0 | 31 | A | A | 139 | 45 | 44 |
| Octal | 346 | 166 | 316 | 0 | 61 | 12 | 12 | 471 | 105 | 104 |
| Binary | 11100110 | 1110110 | 11001110 | 0 | 110001 | 1010 | 1010 | 100111001 | 1000101 | 1000100 |
Color Harmonies of #E676CE
Complementary color
Monochromatic Colors of #E676CE
Black with #E676CE
Text Example
Text Example
White with #E676CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E676CE; }
p { color: rgb(230,118,206); }
H1.HeaderClassName
{
color: #E676CE;
}
.AnyTagClassName
{
color: #E676CE;
}
</style>
background-color css
<style>
a { background-color: #E676CE; }
a { background-color: rgb(230,118,206); }
div.DivClassName
{
background-color: #E676CE;
}
.BgClassName
{
background-color: #E676CE;
}
</style>
border-color css
<style>
span { border-color: #E676CE; }
span { border-color: rgb(230,118,206); }
td.TdClassName
{
border-color: #E676CE;
}
.TagClassName
{
border-color: #E676CE;
}
</style>