Shades of Orchid #E083CB
Tints of Orchid #E083CB
RGB
CMYK
RGB Variations
Color information
#E083CB (or 0xE083CB) is known color: Orchid. HEX triplet: E0, 83 and CB. RGB value is (224,131,203). Sum of RGB (Red+Green+Blue) = 224+131+203=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E083CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083CB is #1F7C34. Grayscale: #A6A6A6. Windows color (decimal): -2063413 or 13337568. OLE color: 13337568.
HSL color Cylindrical-coordinate representation of color #E083CB: hue angle of 313.55º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E083CB is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 203 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.12 |
| HSL | 313.55º | 0.6% | 0.7% | - |
| HSV(B) | 313.55º | 0.42% | 0.88% | - |
| XYZ | 49.64 | 36.39 | 60.91 | - |
| YUV | 167.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 203 | 0 | 0.42 | 0.09 | 0.12 | 313.55 | 0.6 | 0.7 |
| Hex | E0 | 83 | CB | 0 | 2A | 9 | C | 13A | 3C | 46 |
| Octal | 340 | 203 | 313 | 0 | 52 | 11 | 14 | 472 | 74 | 106 |
| Binary | 11100000 | 10000011 | 11001011 | 0 | 101010 | 1001 | 1100 | 100111010 | 111100 | 1000110 |
Color Harmonies of #E083CB
Complementary color
Monochromatic Colors of #E083CB
Black with #E083CB
Text Example
Text Example
White with #E083CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E083CB; }
p { color: rgb(224,131,203); }
H1.HeaderClassName
{
color: #E083CB;
}
.AnyTagClassName
{
color: #E083CB;
}
</style>
background-color css
<style>
a { background-color: #E083CB; }
a { background-color: rgb(224,131,203); }
div.DivClassName
{
background-color: #E083CB;
}
.BgClassName
{
background-color: #E083CB;
}
</style>
border-color css
<style>
span { border-color: #E083CB; }
span { border-color: rgb(224,131,203); }
td.TdClassName
{
border-color: #E083CB;
}
.TagClassName
{
border-color: #E083CB;
}
</style>