Shades of Orchid #E17BDD
Tints of Orchid #E17BDD
RGB
CMYK
RGB Variations
Color information
#E17BDD (or 0xE17BDD) is known color: Orchid. HEX triplet: E1, 7B and DD. RGB value is (225,123,221). Sum of RGB (Red+Green+Blue) = 225+123+221=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BDD is #1E8422. Grayscale: #A4A4A4. Windows color (decimal): -1999907 or 14515169. OLE color: 14515169.
HSL color Cylindrical-coordinate representation of color #E17BDD: hue angle of 302.35º 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 #E17BDD is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 221 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.12 |
| HSL | 302.35º | 0.63% | 0.68% | - |
| HSV(B) | 302.35º | 0.45% | 0.88% | - |
| XYZ | 51.19 | 35.39 | 72.54 | - |
| YUV | 164.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 221 | 0 | 0.45 | 0.02 | 0.12 | 302.35 | 0.63 | 0.68 |
| Hex | E1 | 7B | DD | 0 | 2D | 2 | C | 12E | 3F | 44 |
| Octal | 341 | 173 | 335 | 0 | 55 | 2 | 14 | 456 | 77 | 104 |
| Binary | 11100001 | 1111011 | 11011101 | 0 | 101101 | 10 | 1100 | 100101110 | 111111 | 1000100 |
Color Harmonies of #E17BDD
Complementary color
Monochromatic Colors of #E17BDD
Black with #E17BDD
Text Example
Text Example
White with #E17BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17BDD; }
p { color: rgb(225,123,221); }
H1.HeaderClassName
{
color: #E17BDD;
}
.AnyTagClassName
{
color: #E17BDD;
}
</style>
background-color css
<style>
a { background-color: #E17BDD; }
a { background-color: rgb(225,123,221); }
div.DivClassName
{
background-color: #E17BDD;
}
.BgClassName
{
background-color: #E17BDD;
}
</style>
border-color css
<style>
span { border-color: #E17BDD; }
span { border-color: rgb(225,123,221); }
td.TdClassName
{
border-color: #E17BDD;
}
.TagClassName
{
border-color: #E17BDD;
}
</style>