Shades of Orchid #E172DC
Tints of Orchid #E172DC
RGB
CMYK
RGB Variations
Color information
#E172DC (or 0xE172DC) is known color: Orchid. HEX triplet: E1, 72 and DC. RGB value is (225,114,220). Sum of RGB (Red+Green+Blue) = 225+114+220=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E172DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172DC is #1E8D23. Grayscale: #9E9E9E. Windows color (decimal): -2002212 or 14447329. OLE color: 14447329.
HSL color Cylindrical-coordinate representation of color #E172DC: hue angle of 302.7º 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 #E172DC is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 220 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.12 |
| HSL | 302.7º | 0.65% | 0.66% | - |
| HSV(B) | 302.7º | 0.49% | 0.88% | - |
| XYZ | 49.99 | 33.21 | 71.49 | - |
| YUV | 159.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 220 | 0 | 0.49 | 0.02 | 0.12 | 302.7 | 0.65 | 0.66 |
| Hex | E1 | 72 | DC | 0 | 31 | 2 | C | 12F | 41 | 42 |
| Octal | 341 | 162 | 334 | 0 | 61 | 2 | 14 | 457 | 101 | 102 |
| Binary | 11100001 | 1110010 | 11011100 | 0 | 110001 | 10 | 1100 | 100101111 | 1000001 | 1000010 |
Color Harmonies of #E172DC
Complementary color
Monochromatic Colors of #E172DC
Black with #E172DC
Text Example
Text Example
White with #E172DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172DC; }
p { color: rgb(225,114,220); }
H1.HeaderClassName
{
color: #E172DC;
}
.AnyTagClassName
{
color: #E172DC;
}
</style>
background-color css
<style>
a { background-color: #E172DC; }
a { background-color: rgb(225,114,220); }
div.DivClassName
{
background-color: #E172DC;
}
.BgClassName
{
background-color: #E172DC;
}
</style>
border-color css
<style>
span { border-color: #E172DC; }
span { border-color: rgb(225,114,220); }
td.TdClassName
{
border-color: #E172DC;
}
.TagClassName
{
border-color: #E172DC;
}
</style>