Shades of Orchid #E671DC
Tints of Orchid #E671DC
RGB
CMYK
RGB Variations
Color information
#E671DC (or 0xE671DC) is known color: Orchid. HEX triplet: E6, 71 and DC. RGB value is (230,113,220). Sum of RGB (Red+Green+Blue) = 230+113+220=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E671DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671DC is #198E23. Grayscale: #9F9F9F. Windows color (decimal): -1674788 or 14447078. OLE color: 14447078.
HSL color Cylindrical-coordinate representation of color #E671DC: hue angle of 305.13º 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 #E671DC is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 220 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.10 |
| HSL | 305.13º | 0.7% | 0.67% | - |
| HSV(B) | 305.13º | 0.51% | 0.9% | - |
| XYZ | 51.46 | 33.8 | 71.52 | - |
| YUV | 160.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 220 | 0 | 0.51 | 0.04 | 0.10 | 305.13 | 0.7 | 0.67 |
| Hex | E6 | 71 | DC | 0 | 33 | 4 | A | 131 | 46 | 43 |
| Octal | 346 | 161 | 334 | 0 | 63 | 4 | 12 | 461 | 106 | 103 |
| Binary | 11100110 | 1110001 | 11011100 | 0 | 110011 | 100 | 1010 | 100110001 | 1000110 | 1000011 |
Color Harmonies of #E671DC
Complementary color
Monochromatic Colors of #E671DC
Black with #E671DC
Text Example
Text Example
White with #E671DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671DC; }
p { color: rgb(230,113,220); }
H1.HeaderClassName
{
color: #E671DC;
}
.AnyTagClassName
{
color: #E671DC;
}
</style>
background-color css
<style>
a { background-color: #E671DC; }
a { background-color: rgb(230,113,220); }
div.DivClassName
{
background-color: #E671DC;
}
.BgClassName
{
background-color: #E671DC;
}
</style>
border-color css
<style>
span { border-color: #E671DC; }
span { border-color: rgb(230,113,220); }
td.TdClassName
{
border-color: #E671DC;
}
.TagClassName
{
border-color: #E671DC;
}
</style>