Shades of Orchid #E284CF
Tints of Orchid #E284CF
RGB
CMYK
RGB Variations
Color information
#E284CF (or 0xE284CF) is known color: Orchid. HEX triplet: E2, 84 and CF. RGB value is (226,132,207). Sum of RGB (Red+Green+Blue) = 226+132+207=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E284CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284CF is #1D7B30. Grayscale: #A8A8A8. Windows color (decimal): -1932081 or 13599970. OLE color: 13599970.
HSL color Cylindrical-coordinate representation of color #E284CF: hue angle of 312.13º 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 #E284CF is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 207 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.11 |
| HSL | 312.13º | 0.62% | 0.7% | - |
| HSV(B) | 312.13º | 0.42% | 0.89% | - |
| XYZ | 50.88 | 37.18 | 63.53 | - |
| YUV | 168.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 207 | 0 | 0.42 | 0.08 | 0.11 | 312.13 | 0.62 | 0.7 |
| Hex | E2 | 84 | CF | 0 | 2A | 8 | B | 138 | 3E | 46 |
| Octal | 342 | 204 | 317 | 0 | 52 | 10 | 13 | 470 | 76 | 106 |
| Binary | 11100010 | 10000100 | 11001111 | 0 | 101010 | 1000 | 1011 | 100111000 | 111110 | 1000110 |
Color Harmonies of #E284CF
Complementary color
Monochromatic Colors of #E284CF
Black with #E284CF
Text Example
Text Example
White with #E284CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284CF; }
p { color: rgb(226,132,207); }
H1.HeaderClassName
{
color: #E284CF;
}
.AnyTagClassName
{
color: #E284CF;
}
</style>
background-color css
<style>
a { background-color: #E284CF; }
a { background-color: rgb(226,132,207); }
div.DivClassName
{
background-color: #E284CF;
}
.BgClassName
{
background-color: #E284CF;
}
</style>
border-color css
<style>
span { border-color: #E284CF; }
span { border-color: rgb(226,132,207); }
td.TdClassName
{
border-color: #E284CF;
}
.TagClassName
{
border-color: #E284CF;
}
</style>