Shades of Dark Orchid #801CBD
Tints of Dark Orchid #801CBD
RGB
CMYK
RGB Variations
Color information
#801CBD (or 0x801CBD) is known color: Dark Orchid. HEX triplet: 80, 1C and BD. RGB value is (128,28,189). Sum of RGB (Red+Green+Blue) = 128+28+189=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #801CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801CBD is #7FE342. Grayscale: #4B4B4B. Windows color (decimal): -8381251 or 12393600. OLE color: 12393600.
HSL color Cylindrical-coordinate representation of color #801CBD: hue angle of 277.27º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801CBD is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 28 | 189 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.26 |
| HSL | 277.27º | 0.74% | 0.43% | - |
| HSV(B) | 277.27º | 0.85% | 0.74% | - |
| XYZ | 18.5 | 9.09 | 48.92 | - |
| YUV | 76.25 | 191.63 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 189 | 0.32 | 0.85 | 0 | 0.26 | 277.27 | 0.74 | 0.43 |
| Hex | 80 | 1C | BD | 20 | 55 | 0 | 1A | 115 | 4A | 2B |
| Octal | 200 | 34 | 275 | 40 | 125 | 0 | 32 | 425 | 112 | 53 |
| Binary | 10000000 | 11100 | 10111101 | 100000 | 1010101 | 0 | 11010 | 100010101 | 1001010 | 101011 |
Color Harmonies of #801CBD
Complementary color
Monochromatic Colors of #801CBD
Black with #801CBD
Text Example
Text Example
White with #801CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801CBD; }
p { color: rgb(128,28,189); }
H1.HeaderClassName
{
color: #801CBD;
}
.AnyTagClassName
{
color: #801CBD;
}
</style>
background-color css
<style>
a { background-color: #801CBD; }
a { background-color: rgb(128,28,189); }
div.DivClassName
{
background-color: #801CBD;
}
.BgClassName
{
background-color: #801CBD;
}
</style>
border-color css
<style>
span { border-color: #801CBD; }
span { border-color: rgb(128,28,189); }
td.TdClassName
{
border-color: #801CBD;
}
.TagClassName
{
border-color: #801CBD;
}
</style>