Shades of Orchid #E375DB
Tints of Orchid #E375DB
RGB
CMYK
RGB Variations
Color information
#E375DB (or 0xE375DB) is known color: Orchid. HEX triplet: E3, 75 and DB. RGB value is (227,117,219). Sum of RGB (Red+Green+Blue) = 227+117+219=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E375DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375DB is #1C8A24. Grayscale: #A1A1A1. Windows color (decimal): -1870373 or 14382563. OLE color: 14382563.
HSL color Cylindrical-coordinate representation of color #E375DB: hue angle of 304.36º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E375DB is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 219 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.11 |
| HSL | 304.36º | 0.66% | 0.67% | - |
| HSV(B) | 304.36º | 0.48% | 0.89% | - |
| XYZ | 50.83 | 34.17 | 70.93 | - |
| YUV | 161.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 219 | 0 | 0.48 | 0.04 | 0.11 | 304.36 | 0.66 | 0.67 |
| Hex | E3 | 75 | DB | 0 | 30 | 4 | B | 130 | 42 | 43 |
| Octal | 343 | 165 | 333 | 0 | 60 | 4 | 13 | 460 | 102 | 103 |
| Binary | 11100011 | 1110101 | 11011011 | 0 | 110000 | 100 | 1011 | 100110000 | 1000010 | 1000011 |
Color Harmonies of #E375DB
Complementary color
Monochromatic Colors of #E375DB
Black with #E375DB
Text Example
Text Example
White with #E375DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E375DB; }
p { color: rgb(227,117,219); }
H1.HeaderClassName
{
color: #E375DB;
}
.AnyTagClassName
{
color: #E375DB;
}
</style>
background-color css
<style>
a { background-color: #E375DB; }
a { background-color: rgb(227,117,219); }
div.DivClassName
{
background-color: #E375DB;
}
.BgClassName
{
background-color: #E375DB;
}
</style>
border-color css
<style>
span { border-color: #E375DB; }
span { border-color: rgb(227,117,219); }
td.TdClassName
{
border-color: #E375DB;
}
.TagClassName
{
border-color: #E375DB;
}
</style>