Shades of Dark Orchid #883DD0
Tints of Dark Orchid #883DD0
RGB
CMYK
RGB Variations
Color information
#883DD0 (or 0x883DD0) is known color: Dark Orchid. HEX triplet: 88, 3D and D0. RGB value is (136,61,208). Sum of RGB (Red+Green+Blue) = 136+61+208=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #883DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883DD0 is #77C22F. Grayscale: #636363. Windows color (decimal): -7848496 or 13647240. OLE color: 13647240.
HSL color Cylindrical-coordinate representation of color #883DD0: hue angle of 270.61º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883DD0 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 61 | 208 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.18 |
| HSL | 270.61º | 0.61% | 0.53% | - |
| HSV(B) | 270.61º | 0.71% | 0.82% | - |
| XYZ | 23.21 | 13.13 | 60.98 | - |
| YUV | 100.18 | 188.85 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 208 | 0.35 | 0.71 | 0 | 0.18 | 270.61 | 0.61 | 0.53 |
| Hex | 88 | 3D | D0 | 23 | 47 | 0 | 12 | 10F | 3D | 35 |
| Octal | 210 | 75 | 320 | 43 | 107 | 0 | 22 | 417 | 75 | 65 |
| Binary | 10001000 | 111101 | 11010000 | 100011 | 1000111 | 0 | 10010 | 100001111 | 111101 | 110101 |
Color Harmonies of #883DD0
Complementary color
Monochromatic Colors of #883DD0
Black with #883DD0
Text Example
Text Example
White with #883DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883DD0; }
p { color: rgb(136,61,208); }
H1.HeaderClassName
{
color: #883DD0;
}
.AnyTagClassName
{
color: #883DD0;
}
</style>
background-color css
<style>
a { background-color: #883DD0; }
a { background-color: rgb(136,61,208); }
div.DivClassName
{
background-color: #883DD0;
}
.BgClassName
{
background-color: #883DD0;
}
</style>
border-color css
<style>
span { border-color: #883DD0; }
span { border-color: rgb(136,61,208); }
td.TdClassName
{
border-color: #883DD0;
}
.TagClassName
{
border-color: #883DD0;
}
</style>