Shades of Orchid #E172CC
Tints of Orchid #E172CC
RGB
CMYK
RGB Variations
Color information
#E172CC (or 0xE172CC) is known color: Orchid. HEX triplet: E1, 72 and CC. RGB value is (225,114,204). Sum of RGB (Red+Green+Blue) = 225+114+204=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E172CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172CC is #1E8D33. Grayscale: #9D9D9D. Windows color (decimal): -2002228 or 13398753. OLE color: 13398753.
HSL color Cylindrical-coordinate representation of color #E172CC: hue angle of 311.35º 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 #E172CC is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 204 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.12 |
| HSL | 311.35º | 0.65% | 0.66% | - |
| HSV(B) | 311.35º | 0.49% | 0.88% | - |
| XYZ | 47.97 | 32.4 | 60.85 | - |
| YUV | 157.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 204 | 0 | 0.49 | 0.09 | 0.12 | 311.35 | 0.65 | 0.66 |
| Hex | E1 | 72 | CC | 0 | 31 | 9 | C | 137 | 41 | 42 |
| Octal | 341 | 162 | 314 | 0 | 61 | 11 | 14 | 467 | 101 | 102 |
| Binary | 11100001 | 1110010 | 11001100 | 0 | 110001 | 1001 | 1100 | 100110111 | 1000001 | 1000010 |
Color Harmonies of #E172CC
Complementary color
Monochromatic Colors of #E172CC
Black with #E172CC
Text Example
Text Example
White with #E172CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172CC; }
p { color: rgb(225,114,204); }
H1.HeaderClassName
{
color: #E172CC;
}
.AnyTagClassName
{
color: #E172CC;
}
</style>
background-color css
<style>
a { background-color: #E172CC; }
a { background-color: rgb(225,114,204); }
div.DivClassName
{
background-color: #E172CC;
}
.BgClassName
{
background-color: #E172CC;
}
</style>
border-color css
<style>
span { border-color: #E172CC; }
span { border-color: rgb(225,114,204); }
td.TdClassName
{
border-color: #E172CC;
}
.TagClassName
{
border-color: #E172CC;
}
</style>