Shades of Dark Orchid #871ECB
Tints of Dark Orchid #871ECB
RGB
CMYK
RGB Variations
Color information
#871ECB (or 0x871ECB) is known color: Dark Orchid. HEX triplet: 87, 1E and CB. RGB value is (135,30,203). Sum of RGB (Red+Green+Blue) = 135+30+203=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #871ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871ECB is #78E134. Grayscale: #505050. Windows color (decimal): -7921973 or 13311623. OLE color: 13311623.
HSL color Cylindrical-coordinate representation of color #871ECB: hue angle of 276.42º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871ECB is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 30 | 203 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.20 |
| HSL | 276.42º | 0.74% | 0.46% | - |
| HSV(B) | 276.42º | 0.85% | 0.8% | - |
| XYZ | 21.24 | 10.39 | 57.39 | - |
| YUV | 81.12 | 196.79 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 30 | 203 | 0.33 | 0.85 | 0 | 0.20 | 276.42 | 0.74 | 0.46 |
| Hex | 87 | 1E | CB | 21 | 55 | 0 | 14 | 114 | 4A | 2E |
| Octal | 207 | 36 | 313 | 41 | 125 | 0 | 24 | 424 | 112 | 56 |
| Binary | 10000111 | 11110 | 11001011 | 100001 | 1010101 | 0 | 10100 | 100010100 | 1001010 | 101110 |
Color Harmonies of #871ECB
Complementary color
Monochromatic Colors of #871ECB
Black with #871ECB
Text Example
Text Example
White with #871ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871ECB; }
p { color: rgb(135,30,203); }
H1.HeaderClassName
{
color: #871ECB;
}
.AnyTagClassName
{
color: #871ECB;
}
</style>
background-color css
<style>
a { background-color: #871ECB; }
a { background-color: rgb(135,30,203); }
div.DivClassName
{
background-color: #871ECB;
}
.BgClassName
{
background-color: #871ECB;
}
</style>
border-color css
<style>
span { border-color: #871ECB; }
span { border-color: rgb(135,30,203); }
td.TdClassName
{
border-color: #871ECB;
}
.TagClassName
{
border-color: #871ECB;
}
</style>