Shades of Orchid #E287CF
Tints of Orchid #E287CF
RGB
CMYK
RGB Variations
Color information
#E287CF (or 0xE287CF) is known color: Orchid. HEX triplet: E2, 87 and CF. RGB value is (226,135,207). Sum of RGB (Red+Green+Blue) = 226+135+207=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E287CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E287CF is #1D7830. Grayscale: #AAAAAA. Windows color (decimal): -1931313 or 13600738. OLE color: 13600738.
HSL color Cylindrical-coordinate representation of color #E287CF: hue angle of 312.53º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E287CF is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 207 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.11 |
| HSL | 312.53º | 0.61% | 0.71% | - |
| HSV(B) | 312.53º | 0.4% | 0.89% | - |
| XYZ | 51.29 | 38 | 63.66 | - |
| YUV | 170.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 207 | 0 | 0.40 | 0.08 | 0.11 | 312.53 | 0.61 | 0.71 |
| Hex | E2 | 87 | CF | 0 | 28 | 8 | B | 139 | 3D | 47 |
| Octal | 342 | 207 | 317 | 0 | 50 | 10 | 13 | 471 | 75 | 107 |
| Binary | 11100010 | 10000111 | 11001111 | 0 | 101000 | 1000 | 1011 | 100111001 | 111101 | 1000111 |
Color Harmonies of #E287CF
Complementary color
Monochromatic Colors of #E287CF
Black with #E287CF
Text Example
Text Example
White with #E287CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E287CF; }
p { color: rgb(226,135,207); }
H1.HeaderClassName
{
color: #E287CF;
}
.AnyTagClassName
{
color: #E287CF;
}
</style>
background-color css
<style>
a { background-color: #E287CF; }
a { background-color: rgb(226,135,207); }
div.DivClassName
{
background-color: #E287CF;
}
.BgClassName
{
background-color: #E287CF;
}
</style>
border-color css
<style>
span { border-color: #E287CF; }
span { border-color: rgb(226,135,207); }
td.TdClassName
{
border-color: #E287CF;
}
.TagClassName
{
border-color: #E287CF;
}
</style>