Shades of Dark Orchid #883DCE
Tints of Dark Orchid #883DCE
RGB
CMYK
RGB Variations
Color information
#883DCE (or 0x883DCE) is known color: Dark Orchid. HEX triplet: 88, 3D and CE. RGB value is (136,61,206). Sum of RGB (Red+Green+Blue) = 136+61+206=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #883DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883DCE is #77C231. Grayscale: #636363. Windows color (decimal): -7848498 or 13516168. OLE color: 13516168.
HSL color Cylindrical-coordinate representation of color #883DCE: hue angle of 271.03º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #883DCE is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 61 | 206 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.19 |
| HSL | 271.03º | 0.6% | 0.52% | - |
| HSV(B) | 271.03º | 0.7% | 0.81% | - |
| XYZ | 22.96 | 13.03 | 59.7 | - |
| YUV | 99.96 | 187.85 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 206 | 0.34 | 0.70 | 0 | 0.19 | 271.03 | 0.6 | 0.52 |
| Hex | 88 | 3D | CE | 22 | 46 | 0 | 13 | 10F | 3C | 34 |
| Octal | 210 | 75 | 316 | 42 | 106 | 0 | 23 | 417 | 74 | 64 |
| Binary | 10001000 | 111101 | 11001110 | 100010 | 1000110 | 0 | 10011 | 100001111 | 111100 | 110100 |
Color Harmonies of #883DCE
Complementary color
Monochromatic Colors of #883DCE
Black with #883DCE
Text Example
Text Example
White with #883DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883DCE; }
p { color: rgb(136,61,206); }
H1.HeaderClassName
{
color: #883DCE;
}
.AnyTagClassName
{
color: #883DCE;
}
</style>
background-color css
<style>
a { background-color: #883DCE; }
a { background-color: rgb(136,61,206); }
div.DivClassName
{
background-color: #883DCE;
}
.BgClassName
{
background-color: #883DCE;
}
</style>
border-color css
<style>
span { border-color: #883DCE; }
span { border-color: rgb(136,61,206); }
td.TdClassName
{
border-color: #883DCE;
}
.TagClassName
{
border-color: #883DCE;
}
</style>