Shades of Dark Orchid #802DBC
Tints of Dark Orchid #802DBC
RGB
CMYK
RGB Variations
Color information
#802DBC (or 0x802DBC) is known color: Dark Orchid. HEX triplet: 80, 2D and BC. RGB value is (128,45,188). Sum of RGB (Red+Green+Blue) = 128+45+188=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #802DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DBC is #7FD243. Grayscale: #555555. Windows color (decimal): -8376900 or 12332416. OLE color: 12332416.
HSL color Cylindrical-coordinate representation of color #802DBC: hue angle of 274.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802DBC is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 45 | 188 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.26 |
| HSL | 274.83º | 0.61% | 0.46% | - |
| HSV(B) | 274.83º | 0.76% | 0.74% | - |
| XYZ | 18.92 | 10.1 | 48.53 | - |
| YUV | 86.12 | 185.5 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 188 | 0.32 | 0.76 | 0 | 0.26 | 274.83 | 0.61 | 0.46 |
| Hex | 80 | 2D | BC | 20 | 4C | 0 | 1A | 113 | 3D | 2E |
| Octal | 200 | 55 | 274 | 40 | 114 | 0 | 32 | 423 | 75 | 56 |
| Binary | 10000000 | 101101 | 10111100 | 100000 | 1001100 | 0 | 11010 | 100010011 | 111101 | 101110 |
Color Harmonies of #802DBC
Complementary color
Monochromatic Colors of #802DBC
Black with #802DBC
Text Example
Text Example
White with #802DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DBC; }
p { color: rgb(128,45,188); }
H1.HeaderClassName
{
color: #802DBC;
}
.AnyTagClassName
{
color: #802DBC;
}
</style>
background-color css
<style>
a { background-color: #802DBC; }
a { background-color: rgb(128,45,188); }
div.DivClassName
{
background-color: #802DBC;
}
.BgClassName
{
background-color: #802DBC;
}
</style>
border-color css
<style>
span { border-color: #802DBC; }
span { border-color: rgb(128,45,188); }
td.TdClassName
{
border-color: #802DBC;
}
.TagClassName
{
border-color: #802DBC;
}
</style>