Shades of Dark Orchid #883FCE
Tints of Dark Orchid #883FCE
RGB
CMYK
RGB Variations
Color information
#883FCE (or 0x883FCE) is known color: Dark Orchid. HEX triplet: 88, 3F and CE. RGB value is (136,63,206). Sum of RGB (Red+Green+Blue) = 136+63+206=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #883FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FCE is #77C031. Grayscale: #646464. Windows color (decimal): -7847986 or 13516680. OLE color: 13516680.
HSL color Cylindrical-coordinate representation of color #883FCE: hue angle of 270.63º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #883FCE is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 63 | 206 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.19 |
| HSL | 270.63º | 0.59% | 0.53% | - |
| HSV(B) | 270.63º | 0.69% | 0.81% | - |
| XYZ | 23.07 | 13.25 | 59.73 | - |
| YUV | 101.13 | 187.18 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 206 | 0.34 | 0.69 | 0 | 0.19 | 270.63 | 0.59 | 0.53 |
| Hex | 88 | 3F | CE | 22 | 45 | 0 | 13 | 10F | 3B | 35 |
| Octal | 210 | 77 | 316 | 42 | 105 | 0 | 23 | 417 | 73 | 65 |
| Binary | 10001000 | 111111 | 11001110 | 100010 | 1000101 | 0 | 10011 | 100001111 | 111011 | 110101 |
Color Harmonies of #883FCE
Complementary color
Monochromatic Colors of #883FCE
Black with #883FCE
Text Example
Text Example
White with #883FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FCE; }
p { color: rgb(136,63,206); }
H1.HeaderClassName
{
color: #883FCE;
}
.AnyTagClassName
{
color: #883FCE;
}
</style>
background-color css
<style>
a { background-color: #883FCE; }
a { background-color: rgb(136,63,206); }
div.DivClassName
{
background-color: #883FCE;
}
.BgClassName
{
background-color: #883FCE;
}
</style>
border-color css
<style>
span { border-color: #883FCE; }
span { border-color: rgb(136,63,206); }
td.TdClassName
{
border-color: #883FCE;
}
.TagClassName
{
border-color: #883FCE;
}
</style>