Shades of Orchid #E676E0
Tints of Orchid #E676E0
RGB
CMYK
RGB Variations
Color information
#E676E0 (or 0xE676E0) is known color: Orchid. HEX triplet: E6, 76 and E0. RGB value is (230,118,224). Sum of RGB (Red+Green+Blue) = 230+118+224=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E676E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676E0 is #19891F. Grayscale: #A3A3A3. Windows color (decimal): -1673504 or 14710502. OLE color: 14710502.
HSL color Cylindrical-coordinate representation of color #E676E0: hue angle of 303.21º 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 #E676E0 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 224 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.10 |
| HSL | 303.21º | 0.69% | 0.68% | - |
| HSV(B) | 303.21º | 0.49% | 0.9% | - |
| XYZ | 52.57 | 35.16 | 74.54 | - |
| YUV | 163.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 224 | 0 | 0.49 | 0.03 | 0.10 | 303.21 | 0.69 | 0.68 |
| Hex | E6 | 76 | E0 | 0 | 31 | 3 | A | 12F | 45 | 44 |
| Octal | 346 | 166 | 340 | 0 | 61 | 3 | 12 | 457 | 105 | 104 |
| Binary | 11100110 | 1110110 | 11100000 | 0 | 110001 | 11 | 1010 | 100101111 | 1000101 | 1000100 |
Color Harmonies of #E676E0
Complementary color
Monochromatic Colors of #E676E0
Black with #E676E0
Text Example
Text Example
White with #E676E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E676E0; }
p { color: rgb(230,118,224); }
H1.HeaderClassName
{
color: #E676E0;
}
.AnyTagClassName
{
color: #E676E0;
}
</style>
background-color css
<style>
a { background-color: #E676E0; }
a { background-color: rgb(230,118,224); }
div.DivClassName
{
background-color: #E676E0;
}
.BgClassName
{
background-color: #E676E0;
}
</style>
border-color css
<style>
span { border-color: #E676E0; }
span { border-color: rgb(230,118,224); }
td.TdClassName
{
border-color: #E676E0;
}
.TagClassName
{
border-color: #E676E0;
}
</style>