Shades of Dark Orchid #802EBC
Tints of Dark Orchid #802EBC
RGB
CMYK
RGB Variations
Color information
#802EBC (or 0x802EBC) is known color: Dark Orchid. HEX triplet: 80, 2E and BC. RGB value is (128,46,188). Sum of RGB (Red+Green+Blue) = 128+46+188=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #802EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802EBC is #7FD143. Grayscale: #565656. Windows color (decimal): -8376644 or 12332672. OLE color: 12332672.
HSL color Cylindrical-coordinate representation of color #802EBC: hue angle of 274.65º 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 #802EBC is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 46 | 188 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.26 |
| HSL | 274.65º | 0.61% | 0.46% | - |
| HSV(B) | 274.65º | 0.76% | 0.74% | - |
| XYZ | 18.96 | 10.17 | 48.54 | - |
| YUV | 86.71 | 185.17 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 188 | 0.32 | 0.76 | 0 | 0.26 | 274.65 | 0.61 | 0.46 |
| Hex | 80 | 2E | BC | 20 | 4C | 0 | 1A | 113 | 3D | 2E |
| Octal | 200 | 56 | 274 | 40 | 114 | 0 | 32 | 423 | 75 | 56 |
| Binary | 10000000 | 101110 | 10111100 | 100000 | 1001100 | 0 | 11010 | 100010011 | 111101 | 101110 |
Color Harmonies of #802EBC
Complementary color
Monochromatic Colors of #802EBC
Black with #802EBC
Text Example
Text Example
White with #802EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802EBC; }
p { color: rgb(128,46,188); }
H1.HeaderClassName
{
color: #802EBC;
}
.AnyTagClassName
{
color: #802EBC;
}
</style>
background-color css
<style>
a { background-color: #802EBC; }
a { background-color: rgb(128,46,188); }
div.DivClassName
{
background-color: #802EBC;
}
.BgClassName
{
background-color: #802EBC;
}
</style>
border-color css
<style>
span { border-color: #802EBC; }
span { border-color: rgb(128,46,188); }
td.TdClassName
{
border-color: #802EBC;
}
.TagClassName
{
border-color: #802EBC;
}
</style>