Shades of Dark Orchid #8C2CCB
Tints of Dark Orchid #8C2CCB
RGB
CMYK
RGB Variations
Color information
#8C2CCB (or 0x8C2CCB) is known color: Dark Orchid. HEX triplet: 8C, 2C and CB. RGB value is (140,44,203). Sum of RGB (Red+Green+Blue) = 140+44+203=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C2CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2CCB is #73D334. Grayscale: #5A5A5A. Windows color (decimal): -7590709 or 13315212. OLE color: 13315212.
HSL color Cylindrical-coordinate representation of color #8C2CCB: hue angle of 276.23º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C2CCB is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 44 | 203 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.20 |
| HSL | 276.23º | 0.64% | 0.48% | - |
| HSV(B) | 276.23º | 0.78% | 0.8% | - |
| XYZ | 22.5 | 11.69 | 57.57 | - |
| YUV | 90.83 | 191.3 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 44 | 203 | 0.31 | 0.78 | 0 | 0.20 | 276.23 | 0.64 | 0.48 |
| Hex | 8C | 2C | CB | 1F | 4E | 0 | 14 | 114 | 40 | 30 |
| Octal | 214 | 54 | 313 | 37 | 116 | 0 | 24 | 424 | 100 | 60 |
| Binary | 10001100 | 101100 | 11001011 | 11111 | 1001110 | 0 | 10100 | 100010100 | 1000000 | 110000 |
Color Harmonies of #8C2CCB
Complementary color
Monochromatic Colors of #8C2CCB
Black with #8C2CCB
Text Example
Text Example
White with #8C2CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2CCB; }
p { color: rgb(140,44,203); }
H1.HeaderClassName
{
color: #8C2CCB;
}
.AnyTagClassName
{
color: #8C2CCB;
}
</style>
background-color css
<style>
a { background-color: #8C2CCB; }
a { background-color: rgb(140,44,203); }
div.DivClassName
{
background-color: #8C2CCB;
}
.BgClassName
{
background-color: #8C2CCB;
}
</style>
border-color css
<style>
span { border-color: #8C2CCB; }
span { border-color: rgb(140,44,203); }
td.TdClassName
{
border-color: #8C2CCB;
}
.TagClassName
{
border-color: #8C2CCB;
}
</style>