Shades of Orchid #E172CF
Tints of Orchid #E172CF
RGB
CMYK
RGB Variations
Color information
#E172CF (or 0xE172CF) is known color: Orchid. HEX triplet: E1, 72 and CF. RGB value is (225,114,207). Sum of RGB (Red+Green+Blue) = 225+114+207=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E172CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172CF is #1E8D30. Grayscale: #9D9D9D. Windows color (decimal): -2002225 or 13595361. OLE color: 13595361.
HSL color Cylindrical-coordinate representation of color #E172CF: hue angle of 309.73º 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 #E172CF is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 207 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.12 |
| HSL | 309.73º | 0.65% | 0.66% | - |
| HSV(B) | 309.73º | 0.49% | 0.88% | - |
| XYZ | 48.33 | 32.55 | 62.77 | - |
| YUV | 157.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 207 | 0 | 0.49 | 0.08 | 0.12 | 309.73 | 0.65 | 0.66 |
| Hex | E1 | 72 | CF | 0 | 31 | 8 | C | 136 | 41 | 42 |
| Octal | 341 | 162 | 317 | 0 | 61 | 10 | 14 | 466 | 101 | 102 |
| Binary | 11100001 | 1110010 | 11001111 | 0 | 110001 | 1000 | 1100 | 100110110 | 1000001 | 1000010 |
Color Harmonies of #E172CF
Complementary color
Monochromatic Colors of #E172CF
Black with #E172CF
Text Example
Text Example
White with #E172CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172CF; }
p { color: rgb(225,114,207); }
H1.HeaderClassName
{
color: #E172CF;
}
.AnyTagClassName
{
color: #E172CF;
}
</style>
background-color css
<style>
a { background-color: #E172CF; }
a { background-color: rgb(225,114,207); }
div.DivClassName
{
background-color: #E172CF;
}
.BgClassName
{
background-color: #E172CF;
}
</style>
border-color css
<style>
span { border-color: #E172CF; }
span { border-color: rgb(225,114,207); }
td.TdClassName
{
border-color: #E172CF;
}
.TagClassName
{
border-color: #E172CF;
}
</style>