Shades of Dark Orchid #803DC1
Tints of Dark Orchid #803DC1
RGB
CMYK
RGB Variations
Color information
#803DC1 (or 0x803DC1) is known color: Dark Orchid. HEX triplet: 80, 3D and C1. RGB value is (128,61,193). Sum of RGB (Red+Green+Blue) = 128+61+193=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #803DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803DC1 is #7FC23E. Grayscale: #5F5F5F. Windows color (decimal): -8372799 or 12664192. OLE color: 12664192.
HSL color Cylindrical-coordinate representation of color #803DC1: hue angle of 270.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803DC1 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 61 | 193 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.24 |
| HSL | 270.45º | 0.52% | 0.5% | - |
| HSV(B) | 270.45º | 0.68% | 0.76% | - |
| XYZ | 20.2 | 11.78 | 51.66 | - |
| YUV | 96.08 | 182.7 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 193 | 0.34 | 0.68 | 0 | 0.24 | 270.45 | 0.52 | 0.5 |
| Hex | 80 | 3D | C1 | 22 | 44 | 0 | 18 | 10E | 34 | 32 |
| Octal | 200 | 75 | 301 | 42 | 104 | 0 | 30 | 416 | 64 | 62 |
| Binary | 10000000 | 111101 | 11000001 | 100010 | 1000100 | 0 | 11000 | 100001110 | 110100 | 110010 |
Color Harmonies of #803DC1
Complementary color
Monochromatic Colors of #803DC1
Black with #803DC1
Text Example
Text Example
White with #803DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803DC1; }
p { color: rgb(128,61,193); }
H1.HeaderClassName
{
color: #803DC1;
}
.AnyTagClassName
{
color: #803DC1;
}
</style>
background-color css
<style>
a { background-color: #803DC1; }
a { background-color: rgb(128,61,193); }
div.DivClassName
{
background-color: #803DC1;
}
.BgClassName
{
background-color: #803DC1;
}
</style>
border-color css
<style>
span { border-color: #803DC1; }
span { border-color: rgb(128,61,193); }
td.TdClassName
{
border-color: #803DC1;
}
.TagClassName
{
border-color: #803DC1;
}
</style>