Shades of Dark Orchid #872FCD
Tints of Dark Orchid #872FCD
RGB
CMYK
RGB Variations
Color information
#872FCD (or 0x872FCD) is known color: Dark Orchid. HEX triplet: 87, 2F and CD. RGB value is (135,47,205). Sum of RGB (Red+Green+Blue) = 135+47+205=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #872FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872FCD is #78D032. Grayscale: #5A5A5A. Windows color (decimal): -7917619 or 13447047. OLE color: 13447047.
HSL color Cylindrical-coordinate representation of color #872FCD: hue angle of 273.42º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #872FCD is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 47 | 205 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.20 |
| HSL | 273.42º | 0.63% | 0.49% | - |
| HSV(B) | 273.42º | 0.77% | 0.8% | - |
| XYZ | 22.03 | 11.59 | 58.83 | - |
| YUV | 91.32 | 192.15 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 47 | 205 | 0.34 | 0.77 | 0 | 0.20 | 273.42 | 0.63 | 0.49 |
| Hex | 87 | 2F | CD | 22 | 4D | 0 | 14 | 111 | 3F | 31 |
| Octal | 207 | 57 | 315 | 42 | 115 | 0 | 24 | 421 | 77 | 61 |
| Binary | 10000111 | 101111 | 11001101 | 100010 | 1001101 | 0 | 10100 | 100010001 | 111111 | 110001 |
Color Harmonies of #872FCD
Complementary color
Monochromatic Colors of #872FCD
Black with #872FCD
Text Example
Text Example
White with #872FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872FCD; }
p { color: rgb(135,47,205); }
H1.HeaderClassName
{
color: #872FCD;
}
.AnyTagClassName
{
color: #872FCD;
}
</style>
background-color css
<style>
a { background-color: #872FCD; }
a { background-color: rgb(135,47,205); }
div.DivClassName
{
background-color: #872FCD;
}
.BgClassName
{
background-color: #872FCD;
}
</style>
border-color css
<style>
span { border-color: #872FCD; }
span { border-color: rgb(135,47,205); }
td.TdClassName
{
border-color: #872FCD;
}
.TagClassName
{
border-color: #872FCD;
}
</style>