Shades of Orchid #E181D3
Tints of Orchid #E181D3
RGB
CMYK
RGB Variations
Color information
#E181D3 (or 0xE181D3) is known color: Orchid. HEX triplet: E1, 81 and D3. RGB value is (225,129,211). Sum of RGB (Red+Green+Blue) = 225+129+211=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E181D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181D3 is #1E7E2C. Grayscale: #A6A6A6. Windows color (decimal): -1998381 or 13861345. OLE color: 13861345.
HSL color Cylindrical-coordinate representation of color #E181D3: hue angle of 308.75º 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 #E181D3 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 211 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.12 |
| HSL | 308.75º | 0.62% | 0.69% | - |
| HSV(B) | 308.75º | 0.43% | 0.88% | - |
| XYZ | 50.66 | 36.41 | 65.99 | - |
| YUV | 167.05 | 152.8 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 211 | 0 | 0.43 | 0.06 | 0.12 | 308.75 | 0.62 | 0.69 |
| Hex | E1 | 81 | D3 | 0 | 2B | 6 | C | 135 | 3E | 45 |
| Octal | 341 | 201 | 323 | 0 | 53 | 6 | 14 | 465 | 76 | 105 |
| Binary | 11100001 | 10000001 | 11010011 | 0 | 101011 | 110 | 1100 | 100110101 | 111110 | 1000101 |
Color Harmonies of #E181D3
Complementary color
Monochromatic Colors of #E181D3
Black with #E181D3
Text Example
Text Example
White with #E181D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181D3; }
p { color: rgb(225,129,211); }
H1.HeaderClassName
{
color: #E181D3;
}
.AnyTagClassName
{
color: #E181D3;
}
</style>
background-color css
<style>
a { background-color: #E181D3; }
a { background-color: rgb(225,129,211); }
div.DivClassName
{
background-color: #E181D3;
}
.BgClassName
{
background-color: #E181D3;
}
</style>
border-color css
<style>
span { border-color: #E181D3; }
span { border-color: rgb(225,129,211); }
td.TdClassName
{
border-color: #E181D3;
}
.TagClassName
{
border-color: #E181D3;
}
</style>