Shades of Dark Orchid #883FD0
Tints of Dark Orchid #883FD0
RGB
CMYK
RGB Variations
Color information
#883FD0 (or 0x883FD0) is known color: Dark Orchid. HEX triplet: 88, 3F and D0. RGB value is (136,63,208). Sum of RGB (Red+Green+Blue) = 136+63+208=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #883FD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FD0 is #77C02F. Grayscale: #646464. Windows color (decimal): -7847984 or 13647752. OLE color: 13647752.
HSL color Cylindrical-coordinate representation of color #883FD0: hue angle of 270.21º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #883FD0 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 63 | 208 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.18 |
| HSL | 270.21º | 0.61% | 0.53% | - |
| HSV(B) | 270.21º | 0.7% | 0.82% | - |
| XYZ | 23.32 | 13.34 | 61.02 | - |
| YUV | 101.36 | 188.18 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 208 | 0.35 | 0.70 | 0 | 0.18 | 270.21 | 0.61 | 0.53 |
| Hex | 88 | 3F | D0 | 23 | 46 | 0 | 12 | 10E | 3D | 35 |
| Octal | 210 | 77 | 320 | 43 | 106 | 0 | 22 | 416 | 75 | 65 |
| Binary | 10001000 | 111111 | 11010000 | 100011 | 1000110 | 0 | 10010 | 100001110 | 111101 | 110101 |
Color Harmonies of #883FD0
Complementary color
Monochromatic Colors of #883FD0
Black with #883FD0
Text Example
Text Example
White with #883FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FD0; }
p { color: rgb(136,63,208); }
H1.HeaderClassName
{
color: #883FD0;
}
.AnyTagClassName
{
color: #883FD0;
}
</style>
background-color css
<style>
a { background-color: #883FD0; }
a { background-color: rgb(136,63,208); }
div.DivClassName
{
background-color: #883FD0;
}
.BgClassName
{
background-color: #883FD0;
}
</style>
border-color css
<style>
span { border-color: #883FD0; }
span { border-color: rgb(136,63,208); }
td.TdClassName
{
border-color: #883FD0;
}
.TagClassName
{
border-color: #883FD0;
}
</style>