Shades of Orchid #E673DB
Tints of Orchid #E673DB
RGB
CMYK
RGB Variations
Color information
#E673DB (or 0xE673DB) is known color: Orchid. HEX triplet: E6, 73 and DB. RGB value is (230,115,219). Sum of RGB (Red+Green+Blue) = 230+115+219=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E673DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673DB is #198C24. Grayscale: #A0A0A0. Windows color (decimal): -1674277 or 14382054. OLE color: 14382054.
HSL color Cylindrical-coordinate representation of color #E673DB: hue angle of 305.74º 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 #E673DB is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 219 | - |
| CMYK | 0 | 0.5 | 0.05 | 0.10 |
| HSL | 305.74º | 0.7% | 0.68% | - |
| HSV(B) | 305.74º | 0.5% | 0.9% | - |
| XYZ | 51.55 | 34.2 | 70.9 | - |
| YUV | 161.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 219 | 0 | 0.5 | 0.05 | 0.10 | 305.74 | 0.7 | 0.68 |
| Hex | E6 | 73 | DB | 0 | 32 | 5 | A | 132 | 46 | 44 |
| Octal | 346 | 163 | 333 | 0 | 62 | 5 | 12 | 462 | 106 | 104 |
| Binary | 11100110 | 1110011 | 11011011 | 0 | 110010 | 101 | 1010 | 100110010 | 1000110 | 1000100 |
Color Harmonies of #E673DB
Complementary color
Monochromatic Colors of #E673DB
Black with #E673DB
Text Example
Text Example
White with #E673DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E673DB; }
p { color: rgb(230,115,219); }
H1.HeaderClassName
{
color: #E673DB;
}
.AnyTagClassName
{
color: #E673DB;
}
</style>
background-color css
<style>
a { background-color: #E673DB; }
a { background-color: rgb(230,115,219); }
div.DivClassName
{
background-color: #E673DB;
}
.BgClassName
{
background-color: #E673DB;
}
</style>
border-color css
<style>
span { border-color: #E673DB; }
span { border-color: rgb(230,115,219); }
td.TdClassName
{
border-color: #E673DB;
}
.TagClassName
{
border-color: #E673DB;
}
</style>