Shades of Orchid #E172E7
Tints of Orchid #E172E7
RGB
CMYK
RGB Variations
Color information
#E172E7 (or 0xE172E7) is known color: Orchid. HEX triplet: E1, 72 and E7. RGB value is (225,114,231). Sum of RGB (Red+Green+Blue) = 225+114+231=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 231 (90.62% from 255 or 40.53% from 570); Max value from RGB is 231 - color contains mainly: blue. Hex color #E172E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E172E7 is #1E8D18. Grayscale: #A0A0A0. Windows color (decimal): -2002201 or 15168225. OLE color: 15168225.
HSL color Cylindrical-coordinate representation of color #E172E7: hue angle of 296.92º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E172E7 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 114 | 231 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.09 |
| HSL | 296.92º | 0.71% | 0.68% | - |
| HSV(B) | 296.92º | 0.51% | 0.91% | - |
| XYZ | 51.49 | 33.81 | 79.41 | - |
| YUV | 160.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 231 | 0.03 | 0.51 | 0 | 0.09 | 296.92 | 0.71 | 0.68 |
| Hex | E1 | 72 | E7 | 3 | 33 | 0 | 9 | 129 | 47 | 44 |
| Octal | 341 | 162 | 347 | 3 | 63 | 0 | 11 | 451 | 107 | 104 |
| Binary | 11100001 | 1110010 | 11100111 | 11 | 110011 | 0 | 1001 | 100101001 | 1000111 | 1000100 |
Color Harmonies of #E172E7
Complementary color
Monochromatic Colors of #E172E7
Black with #E172E7
Text Example
Text Example
White with #E172E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172E7; }
p { color: rgb(225,114,231); }
H1.HeaderClassName
{
color: #E172E7;
}
.AnyTagClassName
{
color: #E172E7;
}
</style>
background-color css
<style>
a { background-color: #E172E7; }
a { background-color: rgb(225,114,231); }
div.DivClassName
{
background-color: #E172E7;
}
.BgClassName
{
background-color: #E172E7;
}
</style>
border-color css
<style>
span { border-color: #E172E7; }
span { border-color: rgb(225,114,231); }
td.TdClassName
{
border-color: #E172E7;
}
.TagClassName
{
border-color: #E172E7;
}
</style>