Shades of Orchid #E283CB
Tints of Orchid #E283CB
RGB
CMYK
RGB Variations
Color information
#E283CB (or 0xE283CB) is known color: Orchid. HEX triplet: E2, 83 and CB. RGB value is (226,131,203). Sum of RGB (Red+Green+Blue) = 226+131+203=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E283CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E283CB is #1D7C34. Grayscale: #A7A7A7. Windows color (decimal): -1932341 or 13337570. OLE color: 13337570.
HSL color Cylindrical-coordinate representation of color #E283CB: hue angle of 314.53º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E283CB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 203 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.11 |
| HSL | 314.53º | 0.62% | 0.7% | - |
| HSV(B) | 314.53º | 0.42% | 0.89% | - |
| XYZ | 50.26 | 36.71 | 60.94 | - |
| YUV | 167.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 203 | 0 | 0.42 | 0.10 | 0.11 | 314.53 | 0.62 | 0.7 |
| Hex | E2 | 83 | CB | 0 | 2A | A | B | 13B | 3E | 46 |
| Octal | 342 | 203 | 313 | 0 | 52 | 12 | 13 | 473 | 76 | 106 |
| Binary | 11100010 | 10000011 | 11001011 | 0 | 101010 | 1010 | 1011 | 100111011 | 111110 | 1000110 |
Color Harmonies of #E283CB
Complementary color
Monochromatic Colors of #E283CB
Black with #E283CB
Text Example
Text Example
White with #E283CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E283CB; }
p { color: rgb(226,131,203); }
H1.HeaderClassName
{
color: #E283CB;
}
.AnyTagClassName
{
color: #E283CB;
}
</style>
background-color css
<style>
a { background-color: #E283CB; }
a { background-color: rgb(226,131,203); }
div.DivClassName
{
background-color: #E283CB;
}
.BgClassName
{
background-color: #E283CB;
}
</style>
border-color css
<style>
span { border-color: #E283CB; }
span { border-color: rgb(226,131,203); }
td.TdClassName
{
border-color: #E283CB;
}
.TagClassName
{
border-color: #E283CB;
}
</style>