Shades of Orchid #E481CC
Tints of Orchid #E481CC
RGB
CMYK
RGB Variations
Color information
#E481CC (or 0xE481CC) is known color: Orchid. HEX triplet: E4, 81 and CC. RGB value is (228,129,204). Sum of RGB (Red+Green+Blue) = 228+129+204=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E481CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E481CC is #1B7E33. Grayscale: #A6A6A6. Windows color (decimal): -1801780 or 13402596. OLE color: 13402596.
HSL color Cylindrical-coordinate representation of color #E481CC: hue angle of 314.55º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E481CC is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 129 | 204 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.11 |
| HSL | 314.55º | 0.65% | 0.7% | - |
| HSV(B) | 314.55º | 0.43% | 0.89% | - |
| XYZ | 50.74 | 36.55 | 61.51 | - |
| YUV | 167.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 129 | 204 | 0 | 0.43 | 0.11 | 0.11 | 314.55 | 0.65 | 0.7 |
| Hex | E4 | 81 | CC | 0 | 2B | B | B | 13B | 41 | 46 |
| Octal | 344 | 201 | 314 | 0 | 53 | 13 | 13 | 473 | 101 | 106 |
| Binary | 11100100 | 10000001 | 11001100 | 0 | 101011 | 1011 | 1011 | 100111011 | 1000001 | 1000110 |
Color Harmonies of #E481CC
Complementary color
Monochromatic Colors of #E481CC
Black with #E481CC
Text Example
Text Example
White with #E481CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E481CC; }
p { color: rgb(228,129,204); }
H1.HeaderClassName
{
color: #E481CC;
}
.AnyTagClassName
{
color: #E481CC;
}
</style>
background-color css
<style>
a { background-color: #E481CC; }
a { background-color: rgb(228,129,204); }
div.DivClassName
{
background-color: #E481CC;
}
.BgClassName
{
background-color: #E481CC;
}
</style>
border-color css
<style>
span { border-color: #E481CC; }
span { border-color: rgb(228,129,204); }
td.TdClassName
{
border-color: #E481CC;
}
.TagClassName
{
border-color: #E481CC;
}
</style>