Shades of Orchid #E181CD
Tints of Orchid #E181CD
RGB
CMYK
RGB Variations
Color information
#E181CD (or 0xE181CD) is known color: Orchid. HEX triplet: E1, 81 and CD. RGB value is (225,129,205). Sum of RGB (Red+Green+Blue) = 225+129+205=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E181CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181CD is #1E7E32. Grayscale: #A6A6A6. Windows color (decimal): -1998387 or 13468129. OLE color: 13468129.
HSL color Cylindrical-coordinate representation of color #E181CD: hue angle of 312.5º 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 #E181CD is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 205 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.12 |
| HSL | 312.5º | 0.62% | 0.69% | - |
| HSV(B) | 312.5º | 0.43% | 0.88% | - |
| XYZ | 49.92 | 36.12 | 62.1 | - |
| YUV | 166.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 205 | 0 | 0.43 | 0.09 | 0.12 | 312.5 | 0.62 | 0.69 |
| Hex | E1 | 81 | CD | 0 | 2B | 9 | C | 138 | 3E | 45 |
| Octal | 341 | 201 | 315 | 0 | 53 | 11 | 14 | 470 | 76 | 105 |
| Binary | 11100001 | 10000001 | 11001101 | 0 | 101011 | 1001 | 1100 | 100111000 | 111110 | 1000101 |
Color Harmonies of #E181CD
Complementary color
Monochromatic Colors of #E181CD
Black with #E181CD
Text Example
Text Example
White with #E181CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181CD; }
p { color: rgb(225,129,205); }
H1.HeaderClassName
{
color: #E181CD;
}
.AnyTagClassName
{
color: #E181CD;
}
</style>
background-color css
<style>
a { background-color: #E181CD; }
a { background-color: rgb(225,129,205); }
div.DivClassName
{
background-color: #E181CD;
}
.BgClassName
{
background-color: #E181CD;
}
</style>
border-color css
<style>
span { border-color: #E181CD; }
span { border-color: rgb(225,129,205); }
td.TdClassName
{
border-color: #E181CD;
}
.TagClassName
{
border-color: #E181CD;
}
</style>