Shades of Dark Orchid #872FCB
Tints of Dark Orchid #872FCB
RGB
CMYK
RGB Variations
Color information
#872FCB (or 0x872FCB) is known color: Dark Orchid. HEX triplet: 87, 2F and CB. RGB value is (135,47,203). Sum of RGB (Red+Green+Blue) = 135+47+203=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #872FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872FCB is #78D034. Grayscale: #5A5A5A. Windows color (decimal): -7917621 or 13315975. OLE color: 13315975.
HSL color Cylindrical-coordinate representation of color #872FCB: hue angle of 273.85º degrees, saturation: 0.62, 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 #872FCB is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 47 | 203 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.20 |
| HSL | 273.85º | 0.62% | 0.49% | - |
| HSV(B) | 273.85º | 0.77% | 0.8% | - |
| XYZ | 21.79 | 11.5 | 57.57 | - |
| YUV | 91.1 | 191.15 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 47 | 203 | 0.33 | 0.77 | 0 | 0.20 | 273.85 | 0.62 | 0.49 |
| Hex | 87 | 2F | CB | 21 | 4D | 0 | 14 | 112 | 3E | 31 |
| Octal | 207 | 57 | 313 | 41 | 115 | 0 | 24 | 422 | 76 | 61 |
| Binary | 10000111 | 101111 | 11001011 | 100001 | 1001101 | 0 | 10100 | 100010010 | 111110 | 110001 |
Color Harmonies of #872FCB
Complementary color
Monochromatic Colors of #872FCB
Black with #872FCB
Text Example
Text Example
White with #872FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872FCB; }
p { color: rgb(135,47,203); }
H1.HeaderClassName
{
color: #872FCB;
}
.AnyTagClassName
{
color: #872FCB;
}
</style>
background-color css
<style>
a { background-color: #872FCB; }
a { background-color: rgb(135,47,203); }
div.DivClassName
{
background-color: #872FCB;
}
.BgClassName
{
background-color: #872FCB;
}
</style>
border-color css
<style>
span { border-color: #872FCB; }
span { border-color: rgb(135,47,203); }
td.TdClassName
{
border-color: #872FCB;
}
.TagClassName
{
border-color: #872FCB;
}
</style>