Shades of Orchid #E087CC
Tints of Orchid #E087CC
RGB
CMYK
RGB Variations
Color information
#E087CC (or 0xE087CC) is known color: Orchid. HEX triplet: E0, 87 and CC. RGB value is (224,135,204). Sum of RGB (Red+Green+Blue) = 224+135+204=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E087CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E087CC is #1F7833. Grayscale: #A9A9A9. Windows color (decimal): -2062388 or 13404128. OLE color: 13404128.
HSL color Cylindrical-coordinate representation of color #E087CC: hue angle of 313.48º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E087CC is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 204 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.12 |
| HSL | 313.48º | 0.59% | 0.7% | - |
| HSV(B) | 313.48º | 0.4% | 0.88% | - |
| XYZ | 50.3 | 37.53 | 61.72 | - |
| YUV | 169.48 | 147.49 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 204 | 0 | 0.40 | 0.09 | 0.12 | 313.48 | 0.59 | 0.7 |
| Hex | E0 | 87 | CC | 0 | 28 | 9 | C | 139 | 3B | 46 |
| Octal | 340 | 207 | 314 | 0 | 50 | 11 | 14 | 471 | 73 | 106 |
| Binary | 11100000 | 10000111 | 11001100 | 0 | 101000 | 1001 | 1100 | 100111001 | 111011 | 1000110 |
Color Harmonies of #E087CC
Complementary color
Monochromatic Colors of #E087CC
Black with #E087CC
Text Example
Text Example
White with #E087CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E087CC; }
p { color: rgb(224,135,204); }
H1.HeaderClassName
{
color: #E087CC;
}
.AnyTagClassName
{
color: #E087CC;
}
</style>
background-color css
<style>
a { background-color: #E087CC; }
a { background-color: rgb(224,135,204); }
div.DivClassName
{
background-color: #E087CC;
}
.BgClassName
{
background-color: #E087CC;
}
</style>
border-color css
<style>
span { border-color: #E087CC; }
span { border-color: rgb(224,135,204); }
td.TdClassName
{
border-color: #E087CC;
}
.TagClassName
{
border-color: #E087CC;
}
</style>