Shades of Dark Orchid #843DCD
Tints of Dark Orchid #843DCD
RGB
CMYK
RGB Variations
Color information
#843DCD (or 0x843DCD) is known color: Dark Orchid. HEX triplet: 84, 3D and CD. RGB value is (132,61,205). Sum of RGB (Red+Green+Blue) = 132+61+205=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #843DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843DCD is #7BC232. Grayscale: #626262. Windows color (decimal): -8110643 or 13450628. OLE color: 13450628.
HSL color Cylindrical-coordinate representation of color #843DCD: hue angle of 269.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #843DCD is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 61 | 205 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.20 |
| HSL | 269.58º | 0.59% | 0.52% | - |
| HSV(B) | 269.58º | 0.7% | 0.8% | - |
| XYZ | 22.2 | 12.65 | 59.03 | - |
| YUV | 98.65 | 188.02 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 205 | 0.36 | 0.70 | 0 | 0.20 | 269.58 | 0.59 | 0.52 |
| Hex | 84 | 3D | CD | 24 | 46 | 0 | 14 | 10E | 3B | 34 |
| Octal | 204 | 75 | 315 | 44 | 106 | 0 | 24 | 416 | 73 | 64 |
| Binary | 10000100 | 111101 | 11001101 | 100100 | 1000110 | 0 | 10100 | 100001110 | 111011 | 110100 |
Color Harmonies of #843DCD
Complementary color
Monochromatic Colors of #843DCD
Black with #843DCD
Text Example
Text Example
White with #843DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843DCD; }
p { color: rgb(132,61,205); }
H1.HeaderClassName
{
color: #843DCD;
}
.AnyTagClassName
{
color: #843DCD;
}
</style>
background-color css
<style>
a { background-color: #843DCD; }
a { background-color: rgb(132,61,205); }
div.DivClassName
{
background-color: #843DCD;
}
.BgClassName
{
background-color: #843DCD;
}
</style>
border-color css
<style>
span { border-color: #843DCD; }
span { border-color: rgb(132,61,205); }
td.TdClassName
{
border-color: #843DCD;
}
.TagClassName
{
border-color: #843DCD;
}
</style>