Shades of Dark Orchid #882ECE
Tints of Dark Orchid #882ECE
RGB
CMYK
RGB Variations
Color information
#882ECE (or 0x882ECE) is known color: Dark Orchid. HEX triplet: 88, 2E and CE. RGB value is (136,46,206). Sum of RGB (Red+Green+Blue) = 136+46+206=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #882ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882ECE is #77D131. Grayscale: #5A5A5A. Windows color (decimal): -7852338 or 13512328. OLE color: 13512328.
HSL color Cylindrical-coordinate representation of color #882ECE: hue angle of 273.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #882ECE is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 46 | 206 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.19 |
| HSL | 273.75º | 0.63% | 0.49% | - |
| HSV(B) | 273.75º | 0.78% | 0.81% | - |
| XYZ | 22.27 | 11.64 | 59.47 | - |
| YUV | 91.15 | 192.82 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 206 | 0.34 | 0.78 | 0 | 0.19 | 273.75 | 0.63 | 0.49 |
| Hex | 88 | 2E | CE | 22 | 4E | 0 | 13 | 112 | 3F | 31 |
| Octal | 210 | 56 | 316 | 42 | 116 | 0 | 23 | 422 | 77 | 61 |
| Binary | 10001000 | 101110 | 11001110 | 100010 | 1001110 | 0 | 10011 | 100010010 | 111111 | 110001 |
Color Harmonies of #882ECE
Complementary color
Monochromatic Colors of #882ECE
Black with #882ECE
Text Example
Text Example
White with #882ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882ECE; }
p { color: rgb(136,46,206); }
H1.HeaderClassName
{
color: #882ECE;
}
.AnyTagClassName
{
color: #882ECE;
}
</style>
background-color css
<style>
a { background-color: #882ECE; }
a { background-color: rgb(136,46,206); }
div.DivClassName
{
background-color: #882ECE;
}
.BgClassName
{
background-color: #882ECE;
}
</style>
border-color css
<style>
span { border-color: #882ECE; }
span { border-color: rgb(136,46,206); }
td.TdClassName
{
border-color: #882ECE;
}
.TagClassName
{
border-color: #882ECE;
}
</style>