Shades of Dark Orchid #882FC0
Tints of Dark Orchid #882FC0
RGB
CMYK
RGB Variations
Color information
#882FC0 (or 0x882FC0) is known color: Dark Orchid. HEX triplet: 88, 2F and C0. RGB value is (136,47,192). Sum of RGB (Red+Green+Blue) = 136+47+192=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #882FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882FC0 is #77D03F. Grayscale: #595959. Windows color (decimal): -7852096 or 12595080. OLE color: 12595080.
HSL color Cylindrical-coordinate representation of color #882FC0: hue angle of 276.83º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882FC0 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 47 | 192 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.25 |
| HSL | 276.83º | 0.61% | 0.47% | - |
| HSV(B) | 276.83º | 0.76% | 0.75% | - |
| XYZ | 20.68 | 11.07 | 50.92 | - |
| YUV | 90.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 192 | 0.29 | 0.76 | 0 | 0.25 | 276.83 | 0.61 | 0.47 |
| Hex | 88 | 2F | C0 | 1D | 4C | 0 | 19 | 115 | 3D | 2F |
| Octal | 210 | 57 | 300 | 35 | 114 | 0 | 31 | 425 | 75 | 57 |
| Binary | 10001000 | 101111 | 11000000 | 11101 | 1001100 | 0 | 11001 | 100010101 | 111101 | 101111 |
Color Harmonies of #882FC0
Complementary color
Monochromatic Colors of #882FC0
Black with #882FC0
Text Example
Text Example
White with #882FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882FC0; }
p { color: rgb(136,47,192); }
H1.HeaderClassName
{
color: #882FC0;
}
.AnyTagClassName
{
color: #882FC0;
}
</style>
background-color css
<style>
a { background-color: #882FC0; }
a { background-color: rgb(136,47,192); }
div.DivClassName
{
background-color: #882FC0;
}
.BgClassName
{
background-color: #882FC0;
}
</style>
border-color css
<style>
span { border-color: #882FC0; }
span { border-color: rgb(136,47,192); }
td.TdClassName
{
border-color: #882FC0;
}
.TagClassName
{
border-color: #882FC0;
}
</style>