Shades of Dark Orchid #8036C0
Tints of Dark Orchid #8036C0
RGB
CMYK
RGB Variations
Color information
#8036C0 (or 0x8036C0) is known color: Dark Orchid. HEX triplet: 80, 36 and C0. RGB value is (128,54,192). Sum of RGB (Red+Green+Blue) = 128+54+192=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #8036C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8036C0 is #7FC93F. Grayscale: #5B5B5B. Windows color (decimal): -8374592 or 12596864. OLE color: 12596864.
HSL color Cylindrical-coordinate representation of color #8036C0: hue angle of 272.17º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8036C0 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 54 | 192 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.25 |
| HSL | 272.17º | 0.56% | 0.48% | - |
| HSV(B) | 272.17º | 0.72% | 0.75% | - |
| XYZ | 19.74 | 11.03 | 50.96 | - |
| YUV | 91.86 | 184.52 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 192 | 0.33 | 0.72 | 0 | 0.25 | 272.17 | 0.56 | 0.48 |
| Hex | 80 | 36 | C0 | 21 | 48 | 0 | 19 | 110 | 38 | 30 |
| Octal | 200 | 66 | 300 | 41 | 110 | 0 | 31 | 420 | 70 | 60 |
| Binary | 10000000 | 110110 | 11000000 | 100001 | 1001000 | 0 | 11001 | 100010000 | 111000 | 110000 |
Color Harmonies of #8036C0
Complementary color
Monochromatic Colors of #8036C0
Black with #8036C0
Text Example
Text Example
White with #8036C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8036C0; }
p { color: rgb(128,54,192); }
H1.HeaderClassName
{
color: #8036C0;
}
.AnyTagClassName
{
color: #8036C0;
}
</style>
background-color css
<style>
a { background-color: #8036C0; }
a { background-color: rgb(128,54,192); }
div.DivClassName
{
background-color: #8036C0;
}
.BgClassName
{
background-color: #8036C0;
}
</style>
border-color css
<style>
span { border-color: #8036C0; }
span { border-color: rgb(128,54,192); }
td.TdClassName
{
border-color: #8036C0;
}
.TagClassName
{
border-color: #8036C0;
}
</style>