Shades of Dark Orchid #843ACD
Tints of Dark Orchid #843ACD
RGB
CMYK
RGB Variations
Color information
#843ACD (or 0x843ACD) is known color: Dark Orchid. HEX triplet: 84, 3A and CD. RGB value is (132,58,205). Sum of RGB (Red+Green+Blue) = 132+58+205=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #843ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843ACD is #7BC532. Grayscale: #606060. Windows color (decimal): -8111411 or 13449860. OLE color: 13449860.
HSL color Cylindrical-coordinate representation of color #843ACD: hue angle of 270.2º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #843ACD is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 58 | 205 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.20 |
| HSL | 270.2º | 0.6% | 0.52% | - |
| HSV(B) | 270.2º | 0.72% | 0.8% | - |
| XYZ | 22.05 | 12.34 | 58.98 | - |
| YUV | 96.88 | 189.02 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 58 | 205 | 0.36 | 0.72 | 0 | 0.20 | 270.2 | 0.6 | 0.52 |
| Hex | 84 | 3A | CD | 24 | 48 | 0 | 14 | 10E | 3C | 34 |
| Octal | 204 | 72 | 315 | 44 | 110 | 0 | 24 | 416 | 74 | 64 |
| Binary | 10000100 | 111010 | 11001101 | 100100 | 1001000 | 0 | 10100 | 100001110 | 111100 | 110100 |
Color Harmonies of #843ACD
Complementary color
Monochromatic Colors of #843ACD
Black with #843ACD
Text Example
Text Example
White with #843ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843ACD; }
p { color: rgb(132,58,205); }
H1.HeaderClassName
{
color: #843ACD;
}
.AnyTagClassName
{
color: #843ACD;
}
</style>
background-color css
<style>
a { background-color: #843ACD; }
a { background-color: rgb(132,58,205); }
div.DivClassName
{
background-color: #843ACD;
}
.BgClassName
{
background-color: #843ACD;
}
</style>
border-color css
<style>
span { border-color: #843ACD; }
span { border-color: rgb(132,58,205); }
td.TdClassName
{
border-color: #843ACD;
}
.TagClassName
{
border-color: #843ACD;
}
</style>