Shades of Orchid #E172C2
Tints of Orchid #E172C2
RGB
CMYK
RGB Variations
Color information
#E172C2 (or 0xE172C2) is known color: Orchid. HEX triplet: E1, 72 and C2. RGB value is (225,114,194). Sum of RGB (Red+Green+Blue) = 225+114+194=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E172C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172C2 is #1E8D3D. Grayscale: #9C9C9C. Windows color (decimal): -2002238 or 12743393. OLE color: 12743393.
HSL color Cylindrical-coordinate representation of color #E172C2: hue angle of 316.76º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E172C2 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 194 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.12 |
| HSL | 316.76º | 0.65% | 0.66% | - |
| HSV(B) | 316.76º | 0.49% | 0.88% | - |
| XYZ | 46.81 | 31.94 | 54.74 | - |
| YUV | 156.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 194 | 0 | 0.49 | 0.14 | 0.12 | 316.76 | 0.65 | 0.66 |
| Hex | E1 | 72 | C2 | 0 | 31 | E | C | 13D | 41 | 42 |
| Octal | 341 | 162 | 302 | 0 | 61 | 16 | 14 | 475 | 101 | 102 |
| Binary | 11100001 | 1110010 | 11000010 | 0 | 110001 | 1110 | 1100 | 100111101 | 1000001 | 1000010 |
Color Harmonies of #E172C2
Complementary color
Monochromatic Colors of #E172C2
Black with #E172C2
Text Example
Text Example
White with #E172C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172C2; }
p { color: rgb(225,114,194); }
H1.HeaderClassName
{
color: #E172C2;
}
.AnyTagClassName
{
color: #E172C2;
}
</style>
background-color css
<style>
a { background-color: #E172C2; }
a { background-color: rgb(225,114,194); }
div.DivClassName
{
background-color: #E172C2;
}
.BgClassName
{
background-color: #E172C2;
}
</style>
border-color css
<style>
span { border-color: #E172C2; }
span { border-color: rgb(225,114,194); }
td.TdClassName
{
border-color: #E172C2;
}
.TagClassName
{
border-color: #E172C2;
}
</style>