Shades of Orchid #E17BDF
Tints of Orchid #E17BDF
RGB
CMYK
RGB Variations
Color information
#E17BDF (or 0xE17BDF) is known color: Orchid. HEX triplet: E1, 7B and DF. RGB value is (225,123,223). Sum of RGB (Red+Green+Blue) = 225+123+223=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BDF is #1E8420. Grayscale: #A4A4A4. Windows color (decimal): -1999905 or 14646241. OLE color: 14646241.
HSL color Cylindrical-coordinate representation of color #E17BDF: hue angle of 301.18º 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 #E17BDF is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 223 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.12 |
| HSL | 301.18º | 0.63% | 0.68% | - |
| HSV(B) | 301.18º | 0.45% | 0.88% | - |
| XYZ | 51.45 | 35.5 | 73.95 | - |
| YUV | 164.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 223 | 0 | 0.45 | 0.01 | 0.12 | 301.18 | 0.63 | 0.68 |
| Hex | E1 | 7B | DF | 0 | 2D | 1 | C | 12D | 3F | 44 |
| Octal | 341 | 173 | 337 | 0 | 55 | 1 | 14 | 455 | 77 | 104 |
| Binary | 11100001 | 1111011 | 11011111 | 0 | 101101 | 1 | 1100 | 100101101 | 111111 | 1000100 |
Color Harmonies of #E17BDF
Complementary color
Monochromatic Colors of #E17BDF
Black with #E17BDF
Text Example
Text Example
White with #E17BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17BDF; }
p { color: rgb(225,123,223); }
H1.HeaderClassName
{
color: #E17BDF;
}
.AnyTagClassName
{
color: #E17BDF;
}
</style>
background-color css
<style>
a { background-color: #E17BDF; }
a { background-color: rgb(225,123,223); }
div.DivClassName
{
background-color: #E17BDF;
}
.BgClassName
{
background-color: #E17BDF;
}
</style>
border-color css
<style>
span { border-color: #E17BDF; }
span { border-color: rgb(225,123,223); }
td.TdClassName
{
border-color: #E17BDF;
}
.TagClassName
{
border-color: #E17BDF;
}
</style>