Shades of Dark Orchid #8C2BC7
Tints of Dark Orchid #8C2BC7
RGB
CMYK
RGB Variations
Color information
#8C2BC7 (or 0x8C2BC7) is known color: Dark Orchid. HEX triplet: 8C, 2B and C7. RGB value is (140,43,199). Sum of RGB (Red+Green+Blue) = 140+43+199=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 199 (78.12% from 255 or 52.09% from 382); Max value from RGB is 199 - color contains mainly: blue. Hex color #8C2BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2BC7 is #73D438. Grayscale: #595959. Windows color (decimal): -7590969 or 13052812. OLE color: 13052812.
HSL color Cylindrical-coordinate representation of color #8C2BC7: hue angle of 277.31º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C2BC7 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 43 | 199 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.22 |
| HSL | 277.31º | 0.64% | 0.47% | - |
| HSV(B) | 277.31º | 0.78% | 0.78% | - |
| XYZ | 21.99 | 11.43 | 55.08 | - |
| YUV | 89.79 | 189.64 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 199 | 0.30 | 0.78 | 0 | 0.22 | 277.31 | 0.64 | 0.47 |
| Hex | 8C | 2B | C7 | 1E | 4E | 0 | 16 | 115 | 40 | 2F |
| Octal | 214 | 53 | 307 | 36 | 116 | 0 | 26 | 425 | 100 | 57 |
| Binary | 10001100 | 101011 | 11000111 | 11110 | 1001110 | 0 | 10110 | 100010101 | 1000000 | 101111 |
Color Harmonies of #8C2BC7
Complementary color
Monochromatic Colors of #8C2BC7
Black with #8C2BC7
Text Example
Text Example
White with #8C2BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2BC7; }
p { color: rgb(140,43,199); }
H1.HeaderClassName
{
color: #8C2BC7;
}
.AnyTagClassName
{
color: #8C2BC7;
}
</style>
background-color css
<style>
a { background-color: #8C2BC7; }
a { background-color: rgb(140,43,199); }
div.DivClassName
{
background-color: #8C2BC7;
}
.BgClassName
{
background-color: #8C2BC7;
}
</style>
border-color css
<style>
span { border-color: #8C2BC7; }
span { border-color: rgb(140,43,199); }
td.TdClassName
{
border-color: #8C2BC7;
}
.TagClassName
{
border-color: #8C2BC7;
}
</style>