Shades of Dark Orchid #873CCC
Tints of Dark Orchid #873CCC
RGB
CMYK
RGB Variations
Color information
#873CCC (or 0x873CCC) is known color: Dark Orchid. HEX triplet: 87, 3C and CC. RGB value is (135,60,204). Sum of RGB (Red+Green+Blue) = 135+60+204=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #873CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873CCC is #78C333. Grayscale: #626262. Windows color (decimal): -7914292 or 13384839. OLE color: 13384839.
HSL color Cylindrical-coordinate representation of color #873CCC: hue angle of 271.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #873CCC is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 60 | 204 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.2 |
| HSL | 271.25º | 0.59% | 0.52% | - |
| HSV(B) | 271.25º | 0.71% | 0.8% | - |
| XYZ | 22.51 | 12.74 | 58.4 | - |
| YUV | 98.84 | 187.35 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 204 | 0.34 | 0.71 | 0 | 0.2 | 271.25 | 0.59 | 0.52 |
| Hex | 87 | 3C | CC | 22 | 47 | 0 | 14 | 10F | 3B | 34 |
| Octal | 207 | 74 | 314 | 42 | 107 | 0 | 24 | 417 | 73 | 64 |
| Binary | 10000111 | 111100 | 11001100 | 100010 | 1000111 | 0 | 10100 | 100001111 | 111011 | 110100 |
Color Harmonies of #873CCC
Complementary color
Monochromatic Colors of #873CCC
Black with #873CCC
Text Example
Text Example
White with #873CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873CCC; }
p { color: rgb(135,60,204); }
H1.HeaderClassName
{
color: #873CCC;
}
.AnyTagClassName
{
color: #873CCC;
}
</style>
background-color css
<style>
a { background-color: #873CCC; }
a { background-color: rgb(135,60,204); }
div.DivClassName
{
background-color: #873CCC;
}
.BgClassName
{
background-color: #873CCC;
}
</style>
border-color css
<style>
span { border-color: #873CCC; }
span { border-color: rgb(135,60,204); }
td.TdClassName
{
border-color: #873CCC;
}
.TagClassName
{
border-color: #873CCC;
}
</style>