Shades of Orchid #E671DD
Tints of Orchid #E671DD
RGB
CMYK
RGB Variations
Color information
#E671DD (or 0xE671DD) is known color: Orchid. HEX triplet: E6, 71 and DD. RGB value is (230,113,221). Sum of RGB (Red+Green+Blue) = 230+113+221=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E671DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671DD is #198E22. Grayscale: #9F9F9F. Windows color (decimal): -1674787 or 14512614. OLE color: 14512614.
HSL color Cylindrical-coordinate representation of color #E671DD: hue angle of 304.62º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E671DD is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 221 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.10 |
| HSL | 304.62º | 0.7% | 0.67% | - |
| HSV(B) | 304.62º | 0.51% | 0.9% | - |
| XYZ | 51.59 | 33.85 | 72.22 | - |
| YUV | 160.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 221 | 0 | 0.51 | 0.04 | 0.10 | 304.62 | 0.7 | 0.67 |
| Hex | E6 | 71 | DD | 0 | 33 | 4 | A | 131 | 46 | 43 |
| Octal | 346 | 161 | 335 | 0 | 63 | 4 | 12 | 461 | 106 | 103 |
| Binary | 11100110 | 1110001 | 11011101 | 0 | 110011 | 100 | 1010 | 100110001 | 1000110 | 1000011 |
Color Harmonies of #E671DD
Complementary color
Monochromatic Colors of #E671DD
Black with #E671DD
Text Example
Text Example
White with #E671DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671DD; }
p { color: rgb(230,113,221); }
H1.HeaderClassName
{
color: #E671DD;
}
.AnyTagClassName
{
color: #E671DD;
}
</style>
background-color css
<style>
a { background-color: #E671DD; }
a { background-color: rgb(230,113,221); }
div.DivClassName
{
background-color: #E671DD;
}
.BgClassName
{
background-color: #E671DD;
}
</style>
border-color css
<style>
span { border-color: #E671DD; }
span { border-color: rgb(230,113,221); }
td.TdClassName
{
border-color: #E671DD;
}
.TagClassName
{
border-color: #E671DD;
}
</style>