Shades of Orchid #E283CF
Tints of Orchid #E283CF
RGB
CMYK
RGB Variations
Color information
#E283CF (or 0xE283CF) is known color: Orchid. HEX triplet: E2, 83 and CF. RGB value is (226,131,207). Sum of RGB (Red+Green+Blue) = 226+131+207=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E283CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E283CF is #1D7C30. Grayscale: #A7A7A7. Windows color (decimal): -1932337 or 13599714. OLE color: 13599714.
HSL color Cylindrical-coordinate representation of color #E283CF: hue angle of 312º 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 #E283CF is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 207 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.11 |
| HSL | 312º | 0.62% | 0.7% | - |
| HSV(B) | 312º | 0.42% | 0.89% | - |
| XYZ | 50.74 | 36.91 | 63.48 | - |
| YUV | 168.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 207 | 0 | 0.42 | 0.08 | 0.11 | 312 | 0.62 | 0.7 |
| Hex | E2 | 83 | CF | 0 | 2A | 8 | B | 138 | 3E | 46 |
| Octal | 342 | 203 | 317 | 0 | 52 | 10 | 13 | 470 | 76 | 106 |
| Binary | 11100010 | 10000011 | 11001111 | 0 | 101010 | 1000 | 1011 | 100111000 | 111110 | 1000110 |
Color Harmonies of #E283CF
Complementary color
Monochromatic Colors of #E283CF
Black with #E283CF
Text Example
Text Example
White with #E283CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E283CF; }
p { color: rgb(226,131,207); }
H1.HeaderClassName
{
color: #E283CF;
}
.AnyTagClassName
{
color: #E283CF;
}
</style>
background-color css
<style>
a { background-color: #E283CF; }
a { background-color: rgb(226,131,207); }
div.DivClassName
{
background-color: #E283CF;
}
.BgClassName
{
background-color: #E283CF;
}
</style>
border-color css
<style>
span { border-color: #E283CF; }
span { border-color: rgb(226,131,207); }
td.TdClassName
{
border-color: #E283CF;
}
.TagClassName
{
border-color: #E283CF;
}
</style>