Shades of Dark Orchid #882ECB
Tints of Dark Orchid #882ECB
RGB
CMYK
RGB Variations
Color information
#882ECB (or 0x882ECB) is known color: Dark Orchid. HEX triplet: 88, 2E and CB. RGB value is (136,46,203). Sum of RGB (Red+Green+Blue) = 136+46+203=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #882ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882ECB is #77D134. Grayscale: #5A5A5A. Windows color (decimal): -7852341 or 13315720. OLE color: 13315720.
HSL color Cylindrical-coordinate representation of color #882ECB: hue angle of 274.39º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882ECB is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 46 | 203 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.20 |
| HSL | 274.39º | 0.63% | 0.49% | - |
| HSV(B) | 274.39º | 0.77% | 0.8% | - |
| XYZ | 21.91 | 11.5 | 57.56 | - |
| YUV | 90.81 | 191.32 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 203 | 0.33 | 0.77 | 0 | 0.20 | 274.39 | 0.63 | 0.49 |
| Hex | 88 | 2E | CB | 21 | 4D | 0 | 14 | 112 | 3F | 31 |
| Octal | 210 | 56 | 313 | 41 | 115 | 0 | 24 | 422 | 77 | 61 |
| Binary | 10001000 | 101110 | 11001011 | 100001 | 1001101 | 0 | 10100 | 100010010 | 111111 | 110001 |
Color Harmonies of #882ECB
Complementary color
Monochromatic Colors of #882ECB
Black with #882ECB
Text Example
Text Example
White with #882ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882ECB; }
p { color: rgb(136,46,203); }
H1.HeaderClassName
{
color: #882ECB;
}
.AnyTagClassName
{
color: #882ECB;
}
</style>
background-color css
<style>
a { background-color: #882ECB; }
a { background-color: rgb(136,46,203); }
div.DivClassName
{
background-color: #882ECB;
}
.BgClassName
{
background-color: #882ECB;
}
</style>
border-color css
<style>
span { border-color: #882ECB; }
span { border-color: rgb(136,46,203); }
td.TdClassName
{
border-color: #882ECB;
}
.TagClassName
{
border-color: #882ECB;
}
</style>