Shades of Orchid #E172CA
Tints of Orchid #E172CA
RGB
CMYK
RGB Variations
Color information
#E172CA (or 0xE172CA) is known color: Orchid. HEX triplet: E1, 72 and CA. RGB value is (225,114,202). Sum of RGB (Red+Green+Blue) = 225+114+202=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E172CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172CA is #1E8D35. Grayscale: #9C9C9C. Windows color (decimal): -2002230 or 13267681. OLE color: 13267681.
HSL color Cylindrical-coordinate representation of color #E172CA: hue angle of 312.43º 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 #E172CA is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 202 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.12 |
| HSL | 312.43º | 0.65% | 0.66% | - |
| HSV(B) | 312.43º | 0.49% | 0.88% | - |
| XYZ | 47.73 | 32.31 | 59.6 | - |
| YUV | 157.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 202 | 0 | 0.49 | 0.10 | 0.12 | 312.43 | 0.65 | 0.66 |
| Hex | E1 | 72 | CA | 0 | 31 | A | C | 138 | 41 | 42 |
| Octal | 341 | 162 | 312 | 0 | 61 | 12 | 14 | 470 | 101 | 102 |
| Binary | 11100001 | 1110010 | 11001010 | 0 | 110001 | 1010 | 1100 | 100111000 | 1000001 | 1000010 |
Color Harmonies of #E172CA
Complementary color
Monochromatic Colors of #E172CA
Black with #E172CA
Text Example
Text Example
White with #E172CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172CA; }
p { color: rgb(225,114,202); }
H1.HeaderClassName
{
color: #E172CA;
}
.AnyTagClassName
{
color: #E172CA;
}
</style>
background-color css
<style>
a { background-color: #E172CA; }
a { background-color: rgb(225,114,202); }
div.DivClassName
{
background-color: #E172CA;
}
.BgClassName
{
background-color: #E172CA;
}
</style>
border-color css
<style>
span { border-color: #E172CA; }
span { border-color: rgb(225,114,202); }
td.TdClassName
{
border-color: #E172CA;
}
.TagClassName
{
border-color: #E172CA;
}
</style>