Shades of Dark Orchid #8C1CCD
Tints of Dark Orchid #8C1CCD
RGB
CMYK
RGB Variations
Color information
#8C1CCD (or 0x8C1CCD) is known color: Dark Orchid. HEX triplet: 8C, 1C and CD. RGB value is (140,28,205). Sum of RGB (Red+Green+Blue) = 140+28+205=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C1CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1CCD is #73E332. Grayscale: #515151. Windows color (decimal): -7594803 or 13442188. OLE color: 13442188.
HSL color Cylindrical-coordinate representation of color #8C1CCD: hue angle of 277.97º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1CCD is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 28 | 205 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.20 |
| HSL | 277.97º | 0.76% | 0.46% | - |
| HSV(B) | 277.97º | 0.86% | 0.8% | - |
| XYZ | 22.25 | 10.81 | 58.67 | - |
| YUV | 81.67 | 197.61 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 28 | 205 | 0.32 | 0.86 | 0 | 0.20 | 277.97 | 0.76 | 0.46 |
| Hex | 8C | 1C | CD | 20 | 56 | 0 | 14 | 116 | 4C | 2E |
| Octal | 214 | 34 | 315 | 40 | 126 | 0 | 24 | 426 | 114 | 56 |
| Binary | 10001100 | 11100 | 11001101 | 100000 | 1010110 | 0 | 10100 | 100010110 | 1001100 | 101110 |
Color Harmonies of #8C1CCD
Complementary color
Monochromatic Colors of #8C1CCD
Black with #8C1CCD
Text Example
Text Example
White with #8C1CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1CCD; }
p { color: rgb(140,28,205); }
H1.HeaderClassName
{
color: #8C1CCD;
}
.AnyTagClassName
{
color: #8C1CCD;
}
</style>
background-color css
<style>
a { background-color: #8C1CCD; }
a { background-color: rgb(140,28,205); }
div.DivClassName
{
background-color: #8C1CCD;
}
.BgClassName
{
background-color: #8C1CCD;
}
</style>
border-color css
<style>
span { border-color: #8C1CCD; }
span { border-color: rgb(140,28,205); }
td.TdClassName
{
border-color: #8C1CCD;
}
.TagClassName
{
border-color: #8C1CCD;
}
</style>