Shades of Orchid #E181CC
Tints of Orchid #E181CC
RGB
CMYK
RGB Variations
Color information
#E181CC (or 0xE181CC) is known color: Orchid. HEX triplet: E1, 81 and CC. RGB value is (225,129,204). Sum of RGB (Red+Green+Blue) = 225+129+204=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E181CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181CC is #1E7E33. Grayscale: #A6A6A6. Windows color (decimal): -1998388 or 13402593. OLE color: 13402593.
HSL color Cylindrical-coordinate representation of color #E181CC: hue angle of 313.12º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E181CC is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 204 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.12 |
| HSL | 313.13º | 0.62% | 0.69% | - |
| HSV(B) | 313.13º | 0.43% | 0.88% | - |
| XYZ | 49.8 | 36.07 | 61.46 | - |
| YUV | 166.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 204 | 0 | 0.43 | 0.09 | 0.12 | 313.13 | 0.62 | 0.69 |
| Hex | E1 | 81 | CC | 0 | 2B | 9 | C | 139 | 3E | 45 |
| Octal | 341 | 201 | 314 | 0 | 53 | 11 | 14 | 471 | 76 | 105 |
| Binary | 11100001 | 10000001 | 11001100 | 0 | 101011 | 1001 | 1100 | 100111001 | 111110 | 1000101 |
Color Harmonies of #E181CC
Complementary color
Monochromatic Colors of #E181CC
Black with #E181CC
Text Example
Text Example
White with #E181CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181CC; }
p { color: rgb(225,129,204); }
H1.HeaderClassName
{
color: #E181CC;
}
.AnyTagClassName
{
color: #E181CC;
}
</style>
background-color css
<style>
a { background-color: #E181CC; }
a { background-color: rgb(225,129,204); }
div.DivClassName
{
background-color: #E181CC;
}
.BgClassName
{
background-color: #E181CC;
}
</style>
border-color css
<style>
span { border-color: #E181CC; }
span { border-color: rgb(225,129,204); }
td.TdClassName
{
border-color: #E181CC;
}
.TagClassName
{
border-color: #E181CC;
}
</style>