Shades of Dark Orchid #872CCD
Tints of Dark Orchid #872CCD
RGB
CMYK
RGB Variations
Color information
#872CCD (or 0x872CCD) is known color: Dark Orchid. HEX triplet: 87, 2C and CD. RGB value is (135,44,205). Sum of RGB (Red+Green+Blue) = 135+44+205=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #872CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872CCD is #78D332. Grayscale: #595959. Windows color (decimal): -7918387 or 13446279. OLE color: 13446279.
HSL color Cylindrical-coordinate representation of color #872CCD: hue angle of 273.91º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #872CCD is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 44 | 205 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.20 |
| HSL | 273.91º | 0.65% | 0.49% | - |
| HSV(B) | 273.91º | 0.79% | 0.8% | - |
| XYZ | 21.91 | 11.36 | 58.8 | - |
| YUV | 89.56 | 193.15 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 44 | 205 | 0.34 | 0.79 | 0 | 0.20 | 273.91 | 0.65 | 0.49 |
| Hex | 87 | 2C | CD | 22 | 4F | 0 | 14 | 112 | 41 | 31 |
| Octal | 207 | 54 | 315 | 42 | 117 | 0 | 24 | 422 | 101 | 61 |
| Binary | 10000111 | 101100 | 11001101 | 100010 | 1001111 | 0 | 10100 | 100010010 | 1000001 | 110001 |
Color Harmonies of #872CCD
Complementary color
Monochromatic Colors of #872CCD
Black with #872CCD
Text Example
Text Example
White with #872CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872CCD; }
p { color: rgb(135,44,205); }
H1.HeaderClassName
{
color: #872CCD;
}
.AnyTagClassName
{
color: #872CCD;
}
</style>
background-color css
<style>
a { background-color: #872CCD; }
a { background-color: rgb(135,44,205); }
div.DivClassName
{
background-color: #872CCD;
}
.BgClassName
{
background-color: #872CCD;
}
</style>
border-color css
<style>
span { border-color: #872CCD; }
span { border-color: rgb(135,44,205); }
td.TdClassName
{
border-color: #872CCD;
}
.TagClassName
{
border-color: #872CCD;
}
</style>