Shades of Dark Orchid #8043CA
Tints of Dark Orchid #8043CA
RGB
CMYK
RGB Variations
Color information
#8043CA (or 0x8043CA) is known color: Dark Orchid. HEX triplet: 80, 43 and CA. RGB value is (128,67,202). Sum of RGB (Red+Green+Blue) = 128+67+202=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #8043CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8043CA is #7FBC35. Grayscale: #646464. Windows color (decimal): -8371254 or 13255552. OLE color: 13255552.
HSL color Cylindrical-coordinate representation of color #8043CA: hue angle of 267.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8043CA is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 67 | 202 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.21 |
| HSL | 267.11º | 0.56% | 0.53% | - |
| HSV(B) | 267.11º | 0.67% | 0.79% | - |
| XYZ | 21.57 | 12.87 | 57.22 | - |
| YUV | 100.63 | 185.21 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 202 | 0.37 | 0.67 | 0 | 0.21 | 267.11 | 0.56 | 0.53 |
| Hex | 80 | 43 | CA | 25 | 43 | 0 | 15 | 10B | 38 | 35 |
| Octal | 200 | 103 | 312 | 45 | 103 | 0 | 25 | 413 | 70 | 65 |
| Binary | 10000000 | 1000011 | 11001010 | 100101 | 1000011 | 0 | 10101 | 100001011 | 111000 | 110101 |
Color Harmonies of #8043CA
Complementary color
Monochromatic Colors of #8043CA
Black with #8043CA
Text Example
Text Example
White with #8043CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8043CA; }
p { color: rgb(128,67,202); }
H1.HeaderClassName
{
color: #8043CA;
}
.AnyTagClassName
{
color: #8043CA;
}
</style>
background-color css
<style>
a { background-color: #8043CA; }
a { background-color: rgb(128,67,202); }
div.DivClassName
{
background-color: #8043CA;
}
.BgClassName
{
background-color: #8043CA;
}
</style>
border-color css
<style>
span { border-color: #8043CA; }
span { border-color: rgb(128,67,202); }
td.TdClassName
{
border-color: #8043CA;
}
.TagClassName
{
border-color: #8043CA;
}
</style>