Shades of Dark Orchid #843ECB
Tints of Dark Orchid #843ECB
RGB
CMYK
RGB Variations
Color information
#843ECB (or 0x843ECB) is known color: Dark Orchid. HEX triplet: 84, 3E and CB. RGB value is (132,62,203). Sum of RGB (Red+Green+Blue) = 132+62+203=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #843ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843ECB is #7BC134. Grayscale: #626262. Windows color (decimal): -8110389 or 13319812. OLE color: 13319812.
HSL color Cylindrical-coordinate representation of color #843ECB: hue angle of 269.79º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #843ECB is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 62 | 203 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.20 |
| HSL | 269.79º | 0.58% | 0.52% | - |
| HSV(B) | 269.79º | 0.69% | 0.8% | - |
| XYZ | 22.02 | 12.66 | 57.78 | - |
| YUV | 99 | 186.69 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 203 | 0.35 | 0.69 | 0 | 0.20 | 269.79 | 0.58 | 0.52 |
| Hex | 84 | 3E | CB | 23 | 45 | 0 | 14 | 10E | 3A | 34 |
| Octal | 204 | 76 | 313 | 43 | 105 | 0 | 24 | 416 | 72 | 64 |
| Binary | 10000100 | 111110 | 11001011 | 100011 | 1000101 | 0 | 10100 | 100001110 | 111010 | 110100 |
Color Harmonies of #843ECB
Complementary color
Monochromatic Colors of #843ECB
Black with #843ECB
Text Example
Text Example
White with #843ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843ECB; }
p { color: rgb(132,62,203); }
H1.HeaderClassName
{
color: #843ECB;
}
.AnyTagClassName
{
color: #843ECB;
}
</style>
background-color css
<style>
a { background-color: #843ECB; }
a { background-color: rgb(132,62,203); }
div.DivClassName
{
background-color: #843ECB;
}
.BgClassName
{
background-color: #843ECB;
}
</style>
border-color css
<style>
span { border-color: #843ECB; }
span { border-color: rgb(132,62,203); }
td.TdClassName
{
border-color: #843ECB;
}
.TagClassName
{
border-color: #843ECB;
}
</style>