Shades of Orchid #E380CB
Tints of Orchid #E380CB
RGB
CMYK
RGB Variations
Color information
#E380CB (or 0xE380CB) is known color: Orchid. HEX triplet: E3, 80 and CB. RGB value is (227,128,203). Sum of RGB (Red+Green+Blue) = 227+128+203=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 227 - color contains mainly: red. Hex color #E380CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380CB is #1C7F34. Grayscale: #A5A5A5. Windows color (decimal): -1867573 or 13336803. OLE color: 13336803.
HSL color Cylindrical-coordinate representation of color #E380CB: hue angle of 314.55º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E380CB is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 203 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.11 |
| HSL | 314.55º | 0.64% | 0.7% | - |
| HSV(B) | 314.55º | 0.44% | 0.89% | - |
| XYZ | 50.18 | 36.08 | 60.82 | - |
| YUV | 166.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 203 | 0 | 0.44 | 0.11 | 0.11 | 314.55 | 0.64 | 0.7 |
| Hex | E3 | 80 | CB | 0 | 2C | B | B | 13B | 40 | 46 |
| Octal | 343 | 200 | 313 | 0 | 54 | 13 | 13 | 473 | 100 | 106 |
| Binary | 11100011 | 10000000 | 11001011 | 0 | 101100 | 1011 | 1011 | 100111011 | 1000000 | 1000110 |
Color Harmonies of #E380CB
Complementary color
Monochromatic Colors of #E380CB
Black with #E380CB
Text Example
Text Example
White with #E380CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380CB; }
p { color: rgb(227,128,203); }
H1.HeaderClassName
{
color: #E380CB;
}
.AnyTagClassName
{
color: #E380CB;
}
</style>
background-color css
<style>
a { background-color: #E380CB; }
a { background-color: rgb(227,128,203); }
div.DivClassName
{
background-color: #E380CB;
}
.BgClassName
{
background-color: #E380CB;
}
</style>
border-color css
<style>
span { border-color: #E380CB; }
span { border-color: rgb(227,128,203); }
td.TdClassName
{
border-color: #E380CB;
}
.TagClassName
{
border-color: #E380CB;
}
</style>