Shades of Orchid #E17BCF
Tints of Orchid #E17BCF
RGB
CMYK
RGB Variations
Color information
#E17BCF (or 0xE17BCF) is known color: Orchid. HEX triplet: E1, 7B and CF. RGB value is (225,123,207). Sum of RGB (Red+Green+Blue) = 225+123+207=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BCF is #1E8430. Grayscale: #A2A2A2. Windows color (decimal): -1999921 or 13597665. OLE color: 13597665.
HSL color Cylindrical-coordinate representation of color #E17BCF: hue angle of 310.59º 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 #E17BCF is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 207 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.12 |
| HSL | 310.59º | 0.63% | 0.68% | - |
| HSV(B) | 310.59º | 0.45% | 0.88% | - |
| XYZ | 49.4 | 34.68 | 63.12 | - |
| YUV | 163.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 207 | 0 | 0.45 | 0.08 | 0.12 | 310.59 | 0.63 | 0.68 |
| Hex | E1 | 7B | CF | 0 | 2D | 8 | C | 137 | 3F | 44 |
| Octal | 341 | 173 | 317 | 0 | 55 | 10 | 14 | 467 | 77 | 104 |
| Binary | 11100001 | 1111011 | 11001111 | 0 | 101101 | 1000 | 1100 | 100110111 | 111111 | 1000100 |
Color Harmonies of #E17BCF
Complementary color
Monochromatic Colors of #E17BCF
Black with #E17BCF
Text Example
Text Example
White with #E17BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17BCF; }
p { color: rgb(225,123,207); }
H1.HeaderClassName
{
color: #E17BCF;
}
.AnyTagClassName
{
color: #E17BCF;
}
</style>
background-color css
<style>
a { background-color: #E17BCF; }
a { background-color: rgb(225,123,207); }
div.DivClassName
{
background-color: #E17BCF;
}
.BgClassName
{
background-color: #E17BCF;
}
</style>
border-color css
<style>
span { border-color: #E17BCF; }
span { border-color: rgb(225,123,207); }
td.TdClassName
{
border-color: #E17BCF;
}
.TagClassName
{
border-color: #E17BCF;
}
</style>