Shades of Orchid #E676CA
Tints of Orchid #E676CA
RGB
CMYK
RGB Variations
Color information
#E676CA (or 0xE676CA) is known color: Orchid. HEX triplet: E6, 76 and CA. RGB value is (230,118,202). Sum of RGB (Red+Green+Blue) = 230+118+202=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E676CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676CA is #198935. Grayscale: #A0A0A0. Windows color (decimal): -1673526 or 13268710. OLE color: 13268710.
HSL color Cylindrical-coordinate representation of color #E676CA: hue angle of 315º 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 #E676CA is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 202 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.10 |
| HSL | 315º | 0.69% | 0.68% | - |
| HSV(B) | 315º | 0.49% | 0.9% | - |
| XYZ | 49.77 | 34.04 | 59.83 | - |
| YUV | 161.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 202 | 0 | 0.49 | 0.12 | 0.10 | 315 | 0.69 | 0.68 |
| Hex | E6 | 76 | CA | 0 | 31 | C | A | 13B | 45 | 44 |
| Octal | 346 | 166 | 312 | 0 | 61 | 14 | 12 | 473 | 105 | 104 |
| Binary | 11100110 | 1110110 | 11001010 | 0 | 110001 | 1100 | 1010 | 100111011 | 1000101 | 1000100 |
Color Harmonies of #E676CA
Complementary color
Monochromatic Colors of #E676CA
Black with #E676CA
Text Example
Text Example
White with #E676CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E676CA; }
p { color: rgb(230,118,202); }
H1.HeaderClassName
{
color: #E676CA;
}
.AnyTagClassName
{
color: #E676CA;
}
</style>
background-color css
<style>
a { background-color: #E676CA; }
a { background-color: rgb(230,118,202); }
div.DivClassName
{
background-color: #E676CA;
}
.BgClassName
{
background-color: #E676CA;
}
</style>
border-color css
<style>
span { border-color: #E676CA; }
span { border-color: rgb(230,118,202); }
td.TdClassName
{
border-color: #E676CA;
}
.TagClassName
{
border-color: #E676CA;
}
</style>