Shades of Orchid #E676C8
Tints of Orchid #E676C8
RGB
CMYK
RGB Variations
Color information
#E676C8 (or 0xE676C8) is known color: Orchid. HEX triplet: E6, 76 and C8. RGB value is (230,118,200). Sum of RGB (Red+Green+Blue) = 230+118+200=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E676C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676C8 is #198937. Grayscale: #A0A0A0. Windows color (decimal): -1673528 or 13137638. OLE color: 13137638.
HSL color Cylindrical-coordinate representation of color #E676C8: hue angle of 316.07º 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 #E676C8 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 200 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.10 |
| HSL | 316.07º | 0.69% | 0.68% | - |
| HSV(B) | 316.07º | 0.49% | 0.9% | - |
| XYZ | 49.54 | 33.95 | 58.59 | - |
| YUV | 160.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 200 | 0 | 0.49 | 0.13 | 0.10 | 316.07 | 0.69 | 0.68 |
| Hex | E6 | 76 | C8 | 0 | 31 | D | A | 13C | 45 | 44 |
| Octal | 346 | 166 | 310 | 0 | 61 | 15 | 12 | 474 | 105 | 104 |
| Binary | 11100110 | 1110110 | 11001000 | 0 | 110001 | 1101 | 1010 | 100111100 | 1000101 | 1000100 |
Color Harmonies of #E676C8
Complementary color
Monochromatic Colors of #E676C8
Black with #E676C8
Text Example
Text Example
White with #E676C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E676C8; }
p { color: rgb(230,118,200); }
H1.HeaderClassName
{
color: #E676C8;
}
.AnyTagClassName
{
color: #E676C8;
}
</style>
background-color css
<style>
a { background-color: #E676C8; }
a { background-color: rgb(230,118,200); }
div.DivClassName
{
background-color: #E676C8;
}
.BgClassName
{
background-color: #E676C8;
}
</style>
border-color css
<style>
span { border-color: #E676C8; }
span { border-color: rgb(230,118,200); }
td.TdClassName
{
border-color: #E676C8;
}
.TagClassName
{
border-color: #E676C8;
}
</style>