Shades of Dark Orchid #8023C0
Tints of Dark Orchid #8023C0
RGB
CMYK
RGB Variations
Color information
#8023C0 (or 0x8023C0) is known color: Dark Orchid. HEX triplet: 80, 23 and C0. RGB value is (128,35,192). Sum of RGB (Red+Green+Blue) = 128+35+192=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #8023C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8023C0 is #7FDC3F. Grayscale: #505050. Windows color (decimal): -8379456 or 12592000. OLE color: 12592000.
HSL color Cylindrical-coordinate representation of color #8023C0: hue angle of 275.54º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8023C0 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 35 | 192 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.25 |
| HSL | 275.54º | 0.69% | 0.45% | - |
| HSV(B) | 275.54º | 0.82% | 0.75% | - |
| XYZ | 19.02 | 9.6 | 50.72 | - |
| YUV | 80.71 | 190.81 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 192 | 0.33 | 0.82 | 0 | 0.25 | 275.54 | 0.69 | 0.45 |
| Hex | 80 | 23 | C0 | 21 | 52 | 0 | 19 | 114 | 45 | 2D |
| Octal | 200 | 43 | 300 | 41 | 122 | 0 | 31 | 424 | 105 | 55 |
| Binary | 10000000 | 100011 | 11000000 | 100001 | 1010010 | 0 | 11001 | 100010100 | 1000101 | 101101 |
Color Harmonies of #8023C0
Complementary color
Monochromatic Colors of #8023C0
Black with #8023C0
Text Example
Text Example
White with #8023C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8023C0; }
p { color: rgb(128,35,192); }
H1.HeaderClassName
{
color: #8023C0;
}
.AnyTagClassName
{
color: #8023C0;
}
</style>
background-color css
<style>
a { background-color: #8023C0; }
a { background-color: rgb(128,35,192); }
div.DivClassName
{
background-color: #8023C0;
}
.BgClassName
{
background-color: #8023C0;
}
</style>
border-color css
<style>
span { border-color: #8023C0; }
span { border-color: rgb(128,35,192); }
td.TdClassName
{
border-color: #8023C0;
}
.TagClassName
{
border-color: #8023C0;
}
</style>