Shades of Dark Orchid #8C2ECD
Tints of Dark Orchid #8C2ECD
RGB
CMYK
RGB Variations
Color information
#8C2ECD (or 0x8C2ECD) is known color: Dark Orchid. HEX triplet: 8C, 2E and CD. RGB value is (140,46,205). Sum of RGB (Red+Green+Blue) = 140+46+205=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C2ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2ECD is #73D132. Grayscale: #5B5B5B. Windows color (decimal): -7590195 or 13446796. OLE color: 13446796.
HSL color Cylindrical-coordinate representation of color #8C2ECD: hue angle of 275.47º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C2ECD is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 46 | 205 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.20 |
| HSL | 275.47º | 0.63% | 0.49% | - |
| HSV(B) | 275.47º | 0.78% | 0.8% | - |
| XYZ | 22.81 | 11.94 | 58.86 | - |
| YUV | 92.23 | 191.64 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 46 | 205 | 0.32 | 0.78 | 0 | 0.20 | 275.47 | 0.63 | 0.49 |
| Hex | 8C | 2E | CD | 20 | 4E | 0 | 14 | 113 | 3F | 31 |
| Octal | 214 | 56 | 315 | 40 | 116 | 0 | 24 | 423 | 77 | 61 |
| Binary | 10001100 | 101110 | 11001101 | 100000 | 1001110 | 0 | 10100 | 100010011 | 111111 | 110001 |
Color Harmonies of #8C2ECD
Complementary color
Monochromatic Colors of #8C2ECD
Black with #8C2ECD
Text Example
Text Example
White with #8C2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2ECD; }
p { color: rgb(140,46,205); }
H1.HeaderClassName
{
color: #8C2ECD;
}
.AnyTagClassName
{
color: #8C2ECD;
}
</style>
background-color css
<style>
a { background-color: #8C2ECD; }
a { background-color: rgb(140,46,205); }
div.DivClassName
{
background-color: #8C2ECD;
}
.BgClassName
{
background-color: #8C2ECD;
}
</style>
border-color css
<style>
span { border-color: #8C2ECD; }
span { border-color: rgb(140,46,205); }
td.TdClassName
{
border-color: #8C2ECD;
}
.TagClassName
{
border-color: #8C2ECD;
}
</style>