Shades of Orchid #E676DD
Tints of Orchid #E676DD
RGB
CMYK
RGB Variations
Color information
#E676DD (or 0xE676DD) is known color: Orchid. HEX triplet: E6, 76 and DD. RGB value is (230,118,221). Sum of RGB (Red+Green+Blue) = 230+118+221=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E676DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676DD is #198922. Grayscale: #A2A2A2. Windows color (decimal): -1673507 or 14513894. OLE color: 14513894.
HSL color Cylindrical-coordinate representation of color #E676DD: hue angle of 304.82º 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 #E676DD is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 221 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.10 |
| HSL | 304.82º | 0.69% | 0.68% | - |
| HSV(B) | 304.82º | 0.49% | 0.9% | - |
| XYZ | 52.16 | 35 | 72.41 | - |
| YUV | 163.23 | 160.61 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 221 | 0 | 0.49 | 0.04 | 0.10 | 304.82 | 0.69 | 0.68 |
| Hex | E6 | 76 | DD | 0 | 31 | 4 | A | 131 | 45 | 44 |
| Octal | 346 | 166 | 335 | 0 | 61 | 4 | 12 | 461 | 105 | 104 |
| Binary | 11100110 | 1110110 | 11011101 | 0 | 110001 | 100 | 1010 | 100110001 | 1000101 | 1000100 |
Color Harmonies of #E676DD
Complementary color
Monochromatic Colors of #E676DD
Black with #E676DD
Text Example
Text Example
White with #E676DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E676DD; }
p { color: rgb(230,118,221); }
H1.HeaderClassName
{
color: #E676DD;
}
.AnyTagClassName
{
color: #E676DD;
}
</style>
background-color css
<style>
a { background-color: #E676DD; }
a { background-color: rgb(230,118,221); }
div.DivClassName
{
background-color: #E676DD;
}
.BgClassName
{
background-color: #E676DD;
}
</style>
border-color css
<style>
span { border-color: #E676DD; }
span { border-color: rgb(230,118,221); }
td.TdClassName
{
border-color: #E676DD;
}
.TagClassName
{
border-color: #E676DD;
}
</style>