Shades of Dark Orchid #872CCC
Tints of Dark Orchid #872CCC
RGB
CMYK
RGB Variations
Color information
#872CCC (or 0x872CCC) is known color: Dark Orchid. HEX triplet: 87, 2C and CC. RGB value is (135,44,204). Sum of RGB (Red+Green+Blue) = 135+44+204=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #872CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872CCC is #78D333. Grayscale: #585858. Windows color (decimal): -7918388 or 13380743. OLE color: 13380743.
HSL color Cylindrical-coordinate representation of color #872CCC: hue angle of 274.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #872CCC is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 44 | 204 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.2 |
| HSL | 274.13º | 0.65% | 0.49% | - |
| HSV(B) | 274.13º | 0.78% | 0.8% | - |
| XYZ | 21.79 | 11.31 | 58.16 | - |
| YUV | 89.45 | 192.65 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 44 | 204 | 0.34 | 0.78 | 0 | 0.2 | 274.13 | 0.65 | 0.49 |
| Hex | 87 | 2C | CC | 22 | 4E | 0 | 14 | 112 | 41 | 31 |
| Octal | 207 | 54 | 314 | 42 | 116 | 0 | 24 | 422 | 101 | 61 |
| Binary | 10000111 | 101100 | 11001100 | 100010 | 1001110 | 0 | 10100 | 100010010 | 1000001 | 110001 |
Color Harmonies of #872CCC
Complementary color
Monochromatic Colors of #872CCC
Black with #872CCC
Text Example
Text Example
White with #872CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872CCC; }
p { color: rgb(135,44,204); }
H1.HeaderClassName
{
color: #872CCC;
}
.AnyTagClassName
{
color: #872CCC;
}
</style>
background-color css
<style>
a { background-color: #872CCC; }
a { background-color: rgb(135,44,204); }
div.DivClassName
{
background-color: #872CCC;
}
.BgClassName
{
background-color: #872CCC;
}
</style>
border-color css
<style>
span { border-color: #872CCC; }
span { border-color: rgb(135,44,204); }
td.TdClassName
{
border-color: #872CCC;
}
.TagClassName
{
border-color: #872CCC;
}
</style>