Shades of Dark Orchid #873ECE
Tints of Dark Orchid #873ECE
RGB
CMYK
RGB Variations
Color information
#873ECE (or 0x873ECE) is known color: Dark Orchid. HEX triplet: 87, 3E and CE. RGB value is (135,62,206). Sum of RGB (Red+Green+Blue) = 135+62+206=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #873ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873ECE is #78C131. Grayscale: #636363. Windows color (decimal): -7913778 or 13516423. OLE color: 13516423.
HSL color Cylindrical-coordinate representation of color #873ECE: hue angle of 270.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #873ECE is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 62 | 206 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.19 |
| HSL | 270.42º | 0.6% | 0.53% | - |
| HSV(B) | 270.42º | 0.7% | 0.81% | - |
| XYZ | 22.85 | 13.05 | 59.71 | - |
| YUV | 100.24 | 187.68 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 62 | 206 | 0.34 | 0.70 | 0 | 0.19 | 270.42 | 0.6 | 0.53 |
| Hex | 87 | 3E | CE | 22 | 46 | 0 | 13 | 10E | 3C | 35 |
| Octal | 207 | 76 | 316 | 42 | 106 | 0 | 23 | 416 | 74 | 65 |
| Binary | 10000111 | 111110 | 11001110 | 100010 | 1000110 | 0 | 10011 | 100001110 | 111100 | 110101 |
Color Harmonies of #873ECE
Complementary color
Monochromatic Colors of #873ECE
Black with #873ECE
Text Example
Text Example
White with #873ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873ECE; }
p { color: rgb(135,62,206); }
H1.HeaderClassName
{
color: #873ECE;
}
.AnyTagClassName
{
color: #873ECE;
}
</style>
background-color css
<style>
a { background-color: #873ECE; }
a { background-color: rgb(135,62,206); }
div.DivClassName
{
background-color: #873ECE;
}
.BgClassName
{
background-color: #873ECE;
}
</style>
border-color css
<style>
span { border-color: #873ECE; }
span { border-color: rgb(135,62,206); }
td.TdClassName
{
border-color: #873ECE;
}
.TagClassName
{
border-color: #873ECE;
}
</style>