Shades of Dark Orchid #883FC0
Tints of Dark Orchid #883FC0
RGB
CMYK
RGB Variations
Color information
#883FC0 (or 0x883FC0) is known color: Dark Orchid. HEX triplet: 88, 3F and C0. RGB value is (136,63,192). Sum of RGB (Red+Green+Blue) = 136+63+192=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #883FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FC0 is #77C03F. Grayscale: #636363. Windows color (decimal): -7848000 or 12599176. OLE color: 12599176.
HSL color Cylindrical-coordinate representation of color #883FC0: hue angle of 273.95º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883FC0 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 63 | 192 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.25 |
| HSL | 273.95º | 0.51% | 0.5% | - |
| HSV(B) | 273.95º | 0.67% | 0.75% | - |
| XYZ | 21.45 | 12.6 | 51.17 | - |
| YUV | 99.53 | 180.18 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 192 | 0.29 | 0.67 | 0 | 0.25 | 273.95 | 0.51 | 0.5 |
| Hex | 88 | 3F | C0 | 1D | 43 | 0 | 19 | 112 | 33 | 32 |
| Octal | 210 | 77 | 300 | 35 | 103 | 0 | 31 | 422 | 63 | 62 |
| Binary | 10001000 | 111111 | 11000000 | 11101 | 1000011 | 0 | 11001 | 100010010 | 110011 | 110010 |
Color Harmonies of #883FC0
Complementary color
Monochromatic Colors of #883FC0
Black with #883FC0
Text Example
Text Example
White with #883FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FC0; }
p { color: rgb(136,63,192); }
H1.HeaderClassName
{
color: #883FC0;
}
.AnyTagClassName
{
color: #883FC0;
}
</style>
background-color css
<style>
a { background-color: #883FC0; }
a { background-color: rgb(136,63,192); }
div.DivClassName
{
background-color: #883FC0;
}
.BgClassName
{
background-color: #883FC0;
}
</style>
border-color css
<style>
span { border-color: #883FC0; }
span { border-color: rgb(136,63,192); }
td.TdClassName
{
border-color: #883FC0;
}
.TagClassName
{
border-color: #883FC0;
}
</style>