Shades of Orchid #E671D2
Tints of Orchid #E671D2
RGB
CMYK
RGB Variations
Color information
#E671D2 (or 0xE671D2) is known color: Orchid. HEX triplet: E6, 71 and D2. RGB value is (230,113,210). Sum of RGB (Red+Green+Blue) = 230+113+210=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E671D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671D2 is #198E2D. Grayscale: #9E9E9E. Windows color (decimal): -1674798 or 13791718. OLE color: 13791718.
HSL color Cylindrical-coordinate representation of color #E671D2: hue angle of 310.26º 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 #E671D2 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 210 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.10 |
| HSL | 310.26º | 0.7% | 0.67% | - |
| HSV(B) | 310.26º | 0.51% | 0.9% | - |
| XYZ | 50.17 | 33.29 | 64.75 | - |
| YUV | 159.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 210 | 0 | 0.51 | 0.09 | 0.10 | 310.26 | 0.7 | 0.67 |
| Hex | E6 | 71 | D2 | 0 | 33 | 9 | A | 136 | 46 | 43 |
| Octal | 346 | 161 | 322 | 0 | 63 | 11 | 12 | 466 | 106 | 103 |
| Binary | 11100110 | 1110001 | 11010010 | 0 | 110011 | 1001 | 1010 | 100110110 | 1000110 | 1000011 |
Color Harmonies of #E671D2
Complementary color
Monochromatic Colors of #E671D2
Black with #E671D2
Text Example
Text Example
White with #E671D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671D2; }
p { color: rgb(230,113,210); }
H1.HeaderClassName
{
color: #E671D2;
}
.AnyTagClassName
{
color: #E671D2;
}
</style>
background-color css
<style>
a { background-color: #E671D2; }
a { background-color: rgb(230,113,210); }
div.DivClassName
{
background-color: #E671D2;
}
.BgClassName
{
background-color: #E671D2;
}
</style>
border-color css
<style>
span { border-color: #E671D2; }
span { border-color: rgb(230,113,210); }
td.TdClassName
{
border-color: #E671D2;
}
.TagClassName
{
border-color: #E671D2;
}
</style>