Shades of Orchid #E080CB
Tints of Orchid #E080CB
RGB
CMYK
RGB Variations
Color information
#E080CB (or 0xE080CB) is known color: Orchid. HEX triplet: E0, 80 and CB. RGB value is (224,128,203). Sum of RGB (Red+Green+Blue) = 224+128+203=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E080CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080CB is #1F7F34. Grayscale: #A5A5A5. Windows color (decimal): -2064181 or 13336800. OLE color: 13336800.
HSL color Cylindrical-coordinate representation of color #E080CB: hue angle of 313.12º degrees, saturation: 0.61, 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 #E080CB is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 203 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.12 |
| HSL | 313.13º | 0.61% | 0.69% | - |
| HSV(B) | 313.13º | 0.43% | 0.88% | - |
| XYZ | 49.24 | 35.6 | 60.78 | - |
| YUV | 165.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 203 | 0 | 0.43 | 0.09 | 0.12 | 313.13 | 0.61 | 0.69 |
| Hex | E0 | 80 | CB | 0 | 2B | 9 | C | 139 | 3D | 45 |
| Octal | 340 | 200 | 313 | 0 | 53 | 11 | 14 | 471 | 75 | 105 |
| Binary | 11100000 | 10000000 | 11001011 | 0 | 101011 | 1001 | 1100 | 100111001 | 111101 | 1000101 |
Color Harmonies of #E080CB
Complementary color
Monochromatic Colors of #E080CB
Black with #E080CB
Text Example
Text Example
White with #E080CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080CB; }
p { color: rgb(224,128,203); }
H1.HeaderClassName
{
color: #E080CB;
}
.AnyTagClassName
{
color: #E080CB;
}
</style>
background-color css
<style>
a { background-color: #E080CB; }
a { background-color: rgb(224,128,203); }
div.DivClassName
{
background-color: #E080CB;
}
.BgClassName
{
background-color: #E080CB;
}
</style>
border-color css
<style>
span { border-color: #E080CB; }
span { border-color: rgb(224,128,203); }
td.TdClassName
{
border-color: #E080CB;
}
.TagClassName
{
border-color: #E080CB;
}
</style>