Shades of Orchid #E671DA
Tints of Orchid #E671DA
RGB
CMYK
RGB Variations
Color information
#E671DA (or 0xE671DA) is known color: Orchid. HEX triplet: E6, 71 and DA. RGB value is (230,113,218). Sum of RGB (Red+Green+Blue) = 230+113+218=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E671DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671DA is #198E25. Grayscale: #9F9F9F. Windows color (decimal): -1674790 or 14316006. OLE color: 14316006.
HSL color Cylindrical-coordinate representation of color #E671DA: hue angle of 306.15º 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 #E671DA is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 218 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.10 |
| HSL | 306.15º | 0.7% | 0.67% | - |
| HSV(B) | 306.15º | 0.51% | 0.9% | - |
| XYZ | 51.19 | 33.7 | 70.14 | - |
| YUV | 159.95 | 160.76 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 218 | 0 | 0.51 | 0.05 | 0.10 | 306.15 | 0.7 | 0.67 |
| Hex | E6 | 71 | DA | 0 | 33 | 5 | A | 132 | 46 | 43 |
| Octal | 346 | 161 | 332 | 0 | 63 | 5 | 12 | 462 | 106 | 103 |
| Binary | 11100110 | 1110001 | 11011010 | 0 | 110011 | 101 | 1010 | 100110010 | 1000110 | 1000011 |
Color Harmonies of #E671DA
Complementary color
Monochromatic Colors of #E671DA
Black with #E671DA
Text Example
Text Example
White with #E671DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671DA; }
p { color: rgb(230,113,218); }
H1.HeaderClassName
{
color: #E671DA;
}
.AnyTagClassName
{
color: #E671DA;
}
</style>
background-color css
<style>
a { background-color: #E671DA; }
a { background-color: rgb(230,113,218); }
div.DivClassName
{
background-color: #E671DA;
}
.BgClassName
{
background-color: #E671DA;
}
</style>
border-color css
<style>
span { border-color: #E671DA; }
span { border-color: rgb(230,113,218); }
td.TdClassName
{
border-color: #E671DA;
}
.TagClassName
{
border-color: #E671DA;
}
</style>