Shades of Orchid #E875DB
Tints of Orchid #E875DB
RGB
CMYK
RGB Variations
Color information
#E875DB (or 0xE875DB) is known color: Orchid. HEX triplet: E8, 75 and DB. RGB value is (232,117,219). Sum of RGB (Red+Green+Blue) = 232+117+219=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E875DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875DB is #178A24. Grayscale: #A2A2A2. Windows color (decimal): -1542693 or 14382568. OLE color: 14382568.
HSL color Cylindrical-coordinate representation of color #E875DB: hue angle of 306.78º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E875DB is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 219 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.09 |
| HSL | 306.78º | 0.71% | 0.68% | - |
| HSV(B) | 306.78º | 0.5% | 0.91% | - |
| XYZ | 52.43 | 34.99 | 71.01 | - |
| YUV | 163.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 219 | 0 | 0.50 | 0.06 | 0.09 | 306.78 | 0.71 | 0.68 |
| Hex | E8 | 75 | DB | 0 | 32 | 6 | 9 | 133 | 47 | 44 |
| Octal | 350 | 165 | 333 | 0 | 62 | 6 | 11 | 463 | 107 | 104 |
| Binary | 11101000 | 1110101 | 11011011 | 0 | 110010 | 110 | 1001 | 100110011 | 1000111 | 1000100 |
Color Harmonies of #E875DB
Complementary color
Monochromatic Colors of #E875DB
Black with #E875DB
Text Example
Text Example
White with #E875DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E875DB; }
p { color: rgb(232,117,219); }
H1.HeaderClassName
{
color: #E875DB;
}
.AnyTagClassName
{
color: #E875DB;
}
</style>
background-color css
<style>
a { background-color: #E875DB; }
a { background-color: rgb(232,117,219); }
div.DivClassName
{
background-color: #E875DB;
}
.BgClassName
{
background-color: #E875DB;
}
</style>
border-color css
<style>
span { border-color: #E875DB; }
span { border-color: rgb(232,117,219); }
td.TdClassName
{
border-color: #E875DB;
}
.TagClassName
{
border-color: #E875DB;
}
</style>