Shades of Dark Orchid #8C3CCD
Tints of Dark Orchid #8C3CCD
RGB
CMYK
RGB Variations
Color information
#8C3CCD (or 0x8C3CCD) is known color: Dark Orchid. HEX triplet: 8C, 3C and CD. RGB value is (140,60,205). Sum of RGB (Red+Green+Blue) = 140+60+205=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C3CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3CCD is #73C332. Grayscale: #636363. Windows color (decimal): -7586611 or 13450380. OLE color: 13450380.
HSL color Cylindrical-coordinate representation of color #8C3CCD: hue angle of 273.1º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C3CCD is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 60 | 205 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.20 |
| HSL | 273.1º | 0.59% | 0.52% | - |
| HSV(B) | 273.1º | 0.71% | 0.8% | - |
| XYZ | 23.45 | 13.21 | 59.07 | - |
| YUV | 100.45 | 187 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 60 | 205 | 0.32 | 0.71 | 0 | 0.20 | 273.1 | 0.59 | 0.52 |
| Hex | 8C | 3C | CD | 20 | 47 | 0 | 14 | 111 | 3B | 34 |
| Octal | 214 | 74 | 315 | 40 | 107 | 0 | 24 | 421 | 73 | 64 |
| Binary | 10001100 | 111100 | 11001101 | 100000 | 1000111 | 0 | 10100 | 100010001 | 111011 | 110100 |
Color Harmonies of #8C3CCD
Complementary color
Monochromatic Colors of #8C3CCD
Black with #8C3CCD
Text Example
Text Example
White with #8C3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3CCD; }
p { color: rgb(140,60,205); }
H1.HeaderClassName
{
color: #8C3CCD;
}
.AnyTagClassName
{
color: #8C3CCD;
}
</style>
background-color css
<style>
a { background-color: #8C3CCD; }
a { background-color: rgb(140,60,205); }
div.DivClassName
{
background-color: #8C3CCD;
}
.BgClassName
{
background-color: #8C3CCD;
}
</style>
border-color css
<style>
span { border-color: #8C3CCD; }
span { border-color: rgb(140,60,205); }
td.TdClassName
{
border-color: #8C3CCD;
}
.TagClassName
{
border-color: #8C3CCD;
}
</style>