Shades of Dark Orchid #8C40CD
Tints of Dark Orchid #8C40CD
RGB
CMYK
RGB Variations
Color information
#8C40CD (or 0x8C40CD) is known color: Dark Orchid. HEX triplet: 8C, 40 and CD. RGB value is (140,64,205). Sum of RGB (Red+Green+Blue) = 140+64+205=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C40CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C40CD is #73BF32. Grayscale: #666666. Windows color (decimal): -7585587 or 13451404. OLE color: 13451404.
HSL color Cylindrical-coordinate representation of color #8C40CD: hue angle of 272.34º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C40CD is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 64 | 205 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.20 |
| HSL | 272.34º | 0.59% | 0.53% | - |
| HSV(B) | 272.34º | 0.69% | 0.8% | - |
| XYZ | 23.67 | 13.65 | 59.14 | - |
| YUV | 102.8 | 185.68 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 205 | 0.32 | 0.69 | 0 | 0.20 | 272.34 | 0.59 | 0.53 |
| Hex | 8C | 40 | CD | 20 | 45 | 0 | 14 | 110 | 3B | 35 |
| Octal | 214 | 100 | 315 | 40 | 105 | 0 | 24 | 420 | 73 | 65 |
| Binary | 10001100 | 1000000 | 11001101 | 100000 | 1000101 | 0 | 10100 | 100010000 | 111011 | 110101 |
Color Harmonies of #8C40CD
Complementary color
Monochromatic Colors of #8C40CD
Black with #8C40CD
Text Example
Text Example
White with #8C40CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C40CD; }
p { color: rgb(140,64,205); }
H1.HeaderClassName
{
color: #8C40CD;
}
.AnyTagClassName
{
color: #8C40CD;
}
</style>
background-color css
<style>
a { background-color: #8C40CD; }
a { background-color: rgb(140,64,205); }
div.DivClassName
{
background-color: #8C40CD;
}
.BgClassName
{
background-color: #8C40CD;
}
</style>
border-color css
<style>
span { border-color: #8C40CD; }
span { border-color: rgb(140,64,205); }
td.TdClassName
{
border-color: #8C40CD;
}
.TagClassName
{
border-color: #8C40CD;
}
</style>