Shades of Dark Orchid #843ECD
Tints of Dark Orchid #843ECD
RGB
CMYK
RGB Variations
Color information
#843ECD (or 0x843ECD) is known color: Dark Orchid. HEX triplet: 84, 3E and CD. RGB value is (132,62,205). Sum of RGB (Red+Green+Blue) = 132+62+205=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #843ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843ECD is #7BC132. Grayscale: #626262. Windows color (decimal): -8110387 or 13450884. OLE color: 13450884.
HSL color Cylindrical-coordinate representation of color #843ECD: hue angle of 269.37º 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 #843ECD is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 62 | 205 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.20 |
| HSL | 269.37º | 0.59% | 0.52% | - |
| HSV(B) | 269.37º | 0.7% | 0.8% | - |
| XYZ | 22.26 | 12.76 | 59.05 | - |
| YUV | 99.23 | 187.69 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 205 | 0.36 | 0.70 | 0 | 0.20 | 269.37 | 0.59 | 0.52 |
| Hex | 84 | 3E | CD | 24 | 46 | 0 | 14 | 10D | 3B | 34 |
| Octal | 204 | 76 | 315 | 44 | 106 | 0 | 24 | 415 | 73 | 64 |
| Binary | 10000100 | 111110 | 11001101 | 100100 | 1000110 | 0 | 10100 | 100001101 | 111011 | 110100 |
Color Harmonies of #843ECD
Complementary color
Monochromatic Colors of #843ECD
Black with #843ECD
Text Example
Text Example
White with #843ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843ECD; }
p { color: rgb(132,62,205); }
H1.HeaderClassName
{
color: #843ECD;
}
.AnyTagClassName
{
color: #843ECD;
}
</style>
background-color css
<style>
a { background-color: #843ECD; }
a { background-color: rgb(132,62,205); }
div.DivClassName
{
background-color: #843ECD;
}
.BgClassName
{
background-color: #843ECD;
}
</style>
border-color css
<style>
span { border-color: #843ECD; }
span { border-color: rgb(132,62,205); }
td.TdClassName
{
border-color: #843ECD;
}
.TagClassName
{
border-color: #843ECD;
}
</style>