Shades of Dark Orchid #802CB5
Tints of Dark Orchid #802CB5
RGB
CMYK
RGB Variations
Color information
#802CB5 (or 0x802CB5) is known color: Dark Orchid. HEX triplet: 80, 2C and B5. RGB value is (128,44,181). Sum of RGB (Red+Green+Blue) = 128+44+181=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 181 (71.09% from 255 or 51.27% from 353); Max value from RGB is 181 - color contains mainly: blue. Hex color #802CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802CB5 is #7FD34A. Grayscale: #545454. Windows color (decimal): -8377163 or 11873408. OLE color: 11873408.
HSL color Cylindrical-coordinate representation of color #802CB5: hue angle of 276.79º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802CB5 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 44 | 181 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.29 |
| HSL | 276.79º | 0.61% | 0.44% | - |
| HSV(B) | 276.79º | 0.76% | 0.71% | - |
| XYZ | 18.14 | 9.73 | 44.64 | - |
| YUV | 84.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 181 | 0.29 | 0.76 | 0 | 0.29 | 276.79 | 0.61 | 0.44 |
| Hex | 80 | 2C | B5 | 1D | 4C | 0 | 1D | 115 | 3D | 2C |
| Octal | 200 | 54 | 265 | 35 | 114 | 0 | 35 | 425 | 75 | 54 |
| Binary | 10000000 | 101100 | 10110101 | 11101 | 1001100 | 0 | 11101 | 100010101 | 111101 | 101100 |
Color Harmonies of #802CB5
Complementary color
Monochromatic Colors of #802CB5
Black with #802CB5
Text Example
Text Example
White with #802CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CB5; }
p { color: rgb(128,44,181); }
H1.HeaderClassName
{
color: #802CB5;
}
.AnyTagClassName
{
color: #802CB5;
}
</style>
background-color css
<style>
a { background-color: #802CB5; }
a { background-color: rgb(128,44,181); }
div.DivClassName
{
background-color: #802CB5;
}
.BgClassName
{
background-color: #802CB5;
}
</style>
border-color css
<style>
span { border-color: #802CB5; }
span { border-color: rgb(128,44,181); }
td.TdClassName
{
border-color: #802CB5;
}
.TagClassName
{
border-color: #802CB5;
}
</style>