Shades of Orchid #E676CC
Tints of Orchid #E676CC
RGB
CMYK
RGB Variations
Color information
#E676CC (or 0xE676CC) is known color: Orchid. HEX triplet: E6, 76 and CC. RGB value is (230,118,204). Sum of RGB (Red+Green+Blue) = 230+118+204=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E676CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676CC is #198933. Grayscale: #A1A1A1. Windows color (decimal): -1673524 or 13399782. OLE color: 13399782.
HSL color Cylindrical-coordinate representation of color #E676CC: hue angle of 313.93º 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 #E676CC is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 204 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.10 |
| HSL | 313.93º | 0.69% | 0.68% | - |
| HSV(B) | 313.93º | 0.49% | 0.9% | - |
| XYZ | 50.01 | 34.14 | 61.08 | - |
| YUV | 161.29 | 152.11 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 204 | 0 | 0.49 | 0.11 | 0.10 | 313.93 | 0.69 | 0.68 |
| Hex | E6 | 76 | CC | 0 | 31 | B | A | 13A | 45 | 44 |
| Octal | 346 | 166 | 314 | 0 | 61 | 13 | 12 | 472 | 105 | 104 |
| Binary | 11100110 | 1110110 | 11001100 | 0 | 110001 | 1011 | 1010 | 100111010 | 1000101 | 1000100 |
Color Harmonies of #E676CC
Complementary color
Monochromatic Colors of #E676CC
Black with #E676CC
Text Example
Text Example
White with #E676CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E676CC; }
p { color: rgb(230,118,204); }
H1.HeaderClassName
{
color: #E676CC;
}
.AnyTagClassName
{
color: #E676CC;
}
</style>
background-color css
<style>
a { background-color: #E676CC; }
a { background-color: rgb(230,118,204); }
div.DivClassName
{
background-color: #E676CC;
}
.BgClassName
{
background-color: #E676CC;
}
</style>
border-color css
<style>
span { border-color: #E676CC; }
span { border-color: rgb(230,118,204); }
td.TdClassName
{
border-color: #E676CC;
}
.TagClassName
{
border-color: #E676CC;
}
</style>