Shades of Orchid #E17FD3
Tints of Orchid #E17FD3
RGB
CMYK
RGB Variations
Color information
#E17FD3 (or 0xE17FD3) is known color: Orchid. HEX triplet: E1, 7F and D3. RGB value is (225,127,211). Sum of RGB (Red+Green+Blue) = 225+127+211=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FD3 is #1E802C. Grayscale: #A5A5A5. Windows color (decimal): -1998893 or 13860833. OLE color: 13860833.
HSL color Cylindrical-coordinate representation of color #E17FD3: hue angle of 308.57º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17FD3 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 211 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.12 |
| HSL | 308.57º | 0.62% | 0.69% | - |
| HSV(B) | 308.57º | 0.44% | 0.88% | - |
| XYZ | 50.4 | 35.89 | 65.9 | - |
| YUV | 165.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 211 | 0 | 0.44 | 0.06 | 0.12 | 308.57 | 0.62 | 0.69 |
| Hex | E1 | 7F | D3 | 0 | 2C | 6 | C | 135 | 3E | 45 |
| Octal | 341 | 177 | 323 | 0 | 54 | 6 | 14 | 465 | 76 | 105 |
| Binary | 11100001 | 1111111 | 11010011 | 0 | 101100 | 110 | 1100 | 100110101 | 111110 | 1000101 |
Color Harmonies of #E17FD3
Complementary color
Monochromatic Colors of #E17FD3
Black with #E17FD3
Text Example
Text Example
White with #E17FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FD3; }
p { color: rgb(225,127,211); }
H1.HeaderClassName
{
color: #E17FD3;
}
.AnyTagClassName
{
color: #E17FD3;
}
</style>
background-color css
<style>
a { background-color: #E17FD3; }
a { background-color: rgb(225,127,211); }
div.DivClassName
{
background-color: #E17FD3;
}
.BgClassName
{
background-color: #E17FD3;
}
</style>
border-color css
<style>
span { border-color: #E17FD3; }
span { border-color: rgb(225,127,211); }
td.TdClassName
{
border-color: #E17FD3;
}
.TagClassName
{
border-color: #E17FD3;
}
</style>