Shades of Orchid #E088CD
Tints of Orchid #E088CD
RGB
CMYK
RGB Variations
Color information
#E088CD (or 0xE088CD) is known color: Orchid. HEX triplet: E0, 88 and CD. RGB value is (224,136,205). Sum of RGB (Red+Green+Blue) = 224+136+205=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E088CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088CD is #1F7732. Grayscale: #A9A9A9. Windows color (decimal): -2062131 or 13469920. OLE color: 13469920.
HSL color Cylindrical-coordinate representation of color #E088CD: hue angle of 312.95º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E088CD is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 205 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.12 |
| HSL | 312.95º | 0.59% | 0.71% | - |
| HSV(B) | 312.95º | 0.39% | 0.88% | - |
| XYZ | 50.56 | 37.86 | 62.4 | - |
| YUV | 170.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 205 | 0 | 0.39 | 0.08 | 0.12 | 312.95 | 0.59 | 0.71 |
| Hex | E0 | 88 | CD | 0 | 27 | 8 | C | 139 | 3B | 47 |
| Octal | 340 | 210 | 315 | 0 | 47 | 10 | 14 | 471 | 73 | 107 |
| Binary | 11100000 | 10001000 | 11001101 | 0 | 100111 | 1000 | 1100 | 100111001 | 111011 | 1000111 |
Color Harmonies of #E088CD
Complementary color
Monochromatic Colors of #E088CD
Black with #E088CD
Text Example
Text Example
White with #E088CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E088CD; }
p { color: rgb(224,136,205); }
H1.HeaderClassName
{
color: #E088CD;
}
.AnyTagClassName
{
color: #E088CD;
}
</style>
background-color css
<style>
a { background-color: #E088CD; }
a { background-color: rgb(224,136,205); }
div.DivClassName
{
background-color: #E088CD;
}
.BgClassName
{
background-color: #E088CD;
}
</style>
border-color css
<style>
span { border-color: #E088CD; }
span { border-color: rgb(224,136,205); }
td.TdClassName
{
border-color: #E088CD;
}
.TagClassName
{
border-color: #E088CD;
}
</style>