Shades of Orchid #E673DD
Tints of Orchid #E673DD
RGB
CMYK
RGB Variations
Color information
#E673DD (or 0xE673DD) is known color: Orchid. HEX triplet: E6, 73 and DD. RGB value is (230,115,221). Sum of RGB (Red+Green+Blue) = 230+115+221=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E673DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673DD is #198C22. Grayscale: #A1A1A1. Windows color (decimal): -1674275 or 14513126. OLE color: 14513126.
HSL color Cylindrical-coordinate representation of color #E673DD: hue angle of 304.7º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E673DD is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 221 | - |
| CMYK | 0 | 0.5 | 0.04 | 0.10 |
| HSL | 304.7º | 0.7% | 0.68% | - |
| HSV(B) | 304.7º | 0.5% | 0.9% | - |
| XYZ | 51.82 | 34.3 | 72.3 | - |
| YUV | 161.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 221 | 0 | 0.5 | 0.04 | 0.10 | 304.7 | 0.7 | 0.68 |
| Hex | E6 | 73 | DD | 0 | 32 | 4 | A | 131 | 46 | 44 |
| Octal | 346 | 163 | 335 | 0 | 62 | 4 | 12 | 461 | 106 | 104 |
| Binary | 11100110 | 1110011 | 11011101 | 0 | 110010 | 100 | 1010 | 100110001 | 1000110 | 1000100 |
Color Harmonies of #E673DD
Complementary color
Monochromatic Colors of #E673DD
Black with #E673DD
Text Example
Text Example
White with #E673DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E673DD; }
p { color: rgb(230,115,221); }
H1.HeaderClassName
{
color: #E673DD;
}
.AnyTagClassName
{
color: #E673DD;
}
</style>
background-color css
<style>
a { background-color: #E673DD; }
a { background-color: rgb(230,115,221); }
div.DivClassName
{
background-color: #E673DD;
}
.BgClassName
{
background-color: #E673DD;
}
</style>
border-color css
<style>
span { border-color: #E673DD; }
span { border-color: rgb(230,115,221); }
td.TdClassName
{
border-color: #E673DD;
}
.TagClassName
{
border-color: #E673DD;
}
</style>