Shades of Orchid #E17BDB
Tints of Orchid #E17BDB
RGB
CMYK
RGB Variations
Color information
#E17BDB (or 0xE17BDB) is known color: Orchid. HEX triplet: E1, 7B and DB. RGB value is (225,123,219). Sum of RGB (Red+Green+Blue) = 225+123+219=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BDB is #1E8424. Grayscale: #A4A4A4. Windows color (decimal): -1999909 or 14384097. OLE color: 14384097.
HSL color Cylindrical-coordinate representation of color #E17BDB: hue angle of 303.53º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17BDB is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 219 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.12 |
| HSL | 303.53º | 0.63% | 0.68% | - |
| HSV(B) | 303.53º | 0.45% | 0.88% | - |
| XYZ | 50.92 | 35.29 | 71.15 | - |
| YUV | 164.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 219 | 0 | 0.45 | 0.03 | 0.12 | 303.53 | 0.63 | 0.68 |
| Hex | E1 | 7B | DB | 0 | 2D | 3 | C | 130 | 3F | 44 |
| Octal | 341 | 173 | 333 | 0 | 55 | 3 | 14 | 460 | 77 | 104 |
| Binary | 11100001 | 1111011 | 11011011 | 0 | 101101 | 11 | 1100 | 100110000 | 111111 | 1000100 |
Color Harmonies of #E17BDB
Complementary color
Monochromatic Colors of #E17BDB
Black with #E17BDB
Text Example
Text Example
White with #E17BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17BDB; }
p { color: rgb(225,123,219); }
H1.HeaderClassName
{
color: #E17BDB;
}
.AnyTagClassName
{
color: #E17BDB;
}
</style>
background-color css
<style>
a { background-color: #E17BDB; }
a { background-color: rgb(225,123,219); }
div.DivClassName
{
background-color: #E17BDB;
}
.BgClassName
{
background-color: #E17BDB;
}
</style>
border-color css
<style>
span { border-color: #E17BDB; }
span { border-color: rgb(225,123,219); }
td.TdClassName
{
border-color: #E17BDB;
}
.TagClassName
{
border-color: #E17BDB;
}
</style>