Shades of Orchid #E17BCA
Tints of Orchid #E17BCA
RGB
CMYK
RGB Variations
Color information
#E17BCA (or 0xE17BCA) is known color: Orchid. HEX triplet: E1, 7B and CA. RGB value is (225,123,202). Sum of RGB (Red+Green+Blue) = 225+123+202=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BCA is #1E8435. Grayscale: #A2A2A2. Windows color (decimal): -1999926 or 13269985. OLE color: 13269985.
HSL color Cylindrical-coordinate representation of color #E17BCA: hue angle of 313.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 #E17BCA is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 202 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.12 |
| HSL | 313.53º | 0.63% | 0.68% | - |
| HSV(B) | 313.53º | 0.45% | 0.88% | - |
| XYZ | 48.79 | 34.44 | 59.95 | - |
| YUV | 162.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 202 | 0 | 0.45 | 0.10 | 0.12 | 313.53 | 0.63 | 0.68 |
| Hex | E1 | 7B | CA | 0 | 2D | A | C | 13A | 3F | 44 |
| Octal | 341 | 173 | 312 | 0 | 55 | 12 | 14 | 472 | 77 | 104 |
| Binary | 11100001 | 1111011 | 11001010 | 0 | 101101 | 1010 | 1100 | 100111010 | 111111 | 1000100 |
Color Harmonies of #E17BCA
Complementary color
Monochromatic Colors of #E17BCA
Black with #E17BCA
Text Example
Text Example
White with #E17BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17BCA; }
p { color: rgb(225,123,202); }
H1.HeaderClassName
{
color: #E17BCA;
}
.AnyTagClassName
{
color: #E17BCA;
}
</style>
background-color css
<style>
a { background-color: #E17BCA; }
a { background-color: rgb(225,123,202); }
div.DivClassName
{
background-color: #E17BCA;
}
.BgClassName
{
background-color: #E17BCA;
}
</style>
border-color css
<style>
span { border-color: #E17BCA; }
span { border-color: rgb(225,123,202); }
td.TdClassName
{
border-color: #E17BCA;
}
.TagClassName
{
border-color: #E17BCA;
}
</style>