Shades of Dark Orchid #873CCD
Tints of Dark Orchid #873CCD
RGB
CMYK
RGB Variations
Color information
#873CCD (or 0x873CCD) is known color: Dark Orchid. HEX triplet: 87, 3C and CD. RGB value is (135,60,205). Sum of RGB (Red+Green+Blue) = 135+60+205=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #873CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873CCD is #78C332. Grayscale: #626262. Windows color (decimal): -7914291 or 13450375. OLE color: 13450375.
HSL color Cylindrical-coordinate representation of color #873CCD: hue angle of 271.03º 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 #873CCD is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 60 | 205 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.20 |
| HSL | 271.03º | 0.59% | 0.52% | - |
| HSV(B) | 271.03º | 0.71% | 0.8% | - |
| XYZ | 22.63 | 12.79 | 59.03 | - |
| YUV | 98.96 | 187.85 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 205 | 0.34 | 0.71 | 0 | 0.20 | 271.03 | 0.59 | 0.52 |
| Hex | 87 | 3C | CD | 22 | 47 | 0 | 14 | 10F | 3B | 34 |
| Octal | 207 | 74 | 315 | 42 | 107 | 0 | 24 | 417 | 73 | 64 |
| Binary | 10000111 | 111100 | 11001101 | 100010 | 1000111 | 0 | 10100 | 100001111 | 111011 | 110100 |
Color Harmonies of #873CCD
Complementary color
Monochromatic Colors of #873CCD
Black with #873CCD
Text Example
Text Example
White with #873CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873CCD; }
p { color: rgb(135,60,205); }
H1.HeaderClassName
{
color: #873CCD;
}
.AnyTagClassName
{
color: #873CCD;
}
</style>
background-color css
<style>
a { background-color: #873CCD; }
a { background-color: rgb(135,60,205); }
div.DivClassName
{
background-color: #873CCD;
}
.BgClassName
{
background-color: #873CCD;
}
</style>
border-color css
<style>
span { border-color: #873CCD; }
span { border-color: rgb(135,60,205); }
td.TdClassName
{
border-color: #873CCD;
}
.TagClassName
{
border-color: #873CCD;
}
</style>