Shades of Orchid #E172DA
Tints of Orchid #E172DA
RGB
CMYK
RGB Variations
Color information
#E172DA (or 0xE172DA) is known color: Orchid. HEX triplet: E1, 72 and DA. RGB value is (225,114,218). Sum of RGB (Red+Green+Blue) = 225+114+218=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E172DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172DA is #1E8D25. Grayscale: #9E9E9E. Windows color (decimal): -2002214 or 14316257. OLE color: 14316257.
HSL color Cylindrical-coordinate representation of color #E172DA: hue angle of 303.78º 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 #E172DA is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 218 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.12 |
| HSL | 303.78º | 0.65% | 0.66% | - |
| HSV(B) | 303.78º | 0.49% | 0.88% | - |
| XYZ | 49.72 | 33.1 | 70.1 | - |
| YUV | 159.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 218 | 0 | 0.49 | 0.03 | 0.12 | 303.78 | 0.65 | 0.66 |
| Hex | E1 | 72 | DA | 0 | 31 | 3 | C | 130 | 41 | 42 |
| Octal | 341 | 162 | 332 | 0 | 61 | 3 | 14 | 460 | 101 | 102 |
| Binary | 11100001 | 1110010 | 11011010 | 0 | 110001 | 11 | 1100 | 100110000 | 1000001 | 1000010 |
Color Harmonies of #E172DA
Complementary color
Monochromatic Colors of #E172DA
Black with #E172DA
Text Example
Text Example
White with #E172DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172DA; }
p { color: rgb(225,114,218); }
H1.HeaderClassName
{
color: #E172DA;
}
.AnyTagClassName
{
color: #E172DA;
}
</style>
background-color css
<style>
a { background-color: #E172DA; }
a { background-color: rgb(225,114,218); }
div.DivClassName
{
background-color: #E172DA;
}
.BgClassName
{
background-color: #E172DA;
}
</style>
border-color css
<style>
span { border-color: #E172DA; }
span { border-color: rgb(225,114,218); }
td.TdClassName
{
border-color: #E172DA;
}
.TagClassName
{
border-color: #E172DA;
}
</style>