Shades of Dark Orchid #872DC2
Tints of Dark Orchid #872DC2
RGB
CMYK
RGB Variations
Color information
#872DC2 (or 0x872DC2) is known color: Dark Orchid. HEX triplet: 87, 2D and C2. RGB value is (135,45,194). Sum of RGB (Red+Green+Blue) = 135+45+194=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #872DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872DC2 is #78D23D. Grayscale: #585858. Windows color (decimal): -7918142 or 12725639. OLE color: 12725639.
HSL color Cylindrical-coordinate representation of color #872DC2: hue angle of 276.24º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #872DC2 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 45 | 194 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.24 |
| HSL | 276.24º | 0.62% | 0.47% | - |
| HSV(B) | 276.24º | 0.77% | 0.76% | - |
| XYZ | 20.67 | 10.92 | 52.06 | - |
| YUV | 88.9 | 187.32 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 194 | 0.30 | 0.77 | 0 | 0.24 | 276.24 | 0.62 | 0.47 |
| Hex | 87 | 2D | C2 | 1E | 4D | 0 | 18 | 114 | 3E | 2F |
| Octal | 207 | 55 | 302 | 36 | 115 | 0 | 30 | 424 | 76 | 57 |
| Binary | 10000111 | 101101 | 11000010 | 11110 | 1001101 | 0 | 11000 | 100010100 | 111110 | 101111 |
Color Harmonies of #872DC2
Complementary color
Monochromatic Colors of #872DC2
Black with #872DC2
Text Example
Text Example
White with #872DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872DC2; }
p { color: rgb(135,45,194); }
H1.HeaderClassName
{
color: #872DC2;
}
.AnyTagClassName
{
color: #872DC2;
}
</style>
background-color css
<style>
a { background-color: #872DC2; }
a { background-color: rgb(135,45,194); }
div.DivClassName
{
background-color: #872DC2;
}
.BgClassName
{
background-color: #872DC2;
}
</style>
border-color css
<style>
span { border-color: #872DC2; }
span { border-color: rgb(135,45,194); }
td.TdClassName
{
border-color: #872DC2;
}
.TagClassName
{
border-color: #872DC2;
}
</style>