Shades of Dark Orchid #8D2ECD
Tints of Dark Orchid #8D2ECD
RGB
CMYK
RGB Variations
Color information
#8D2ECD (or 0x8D2ECD) is known color: Dark Orchid. HEX triplet: 8D, 2E and CD. RGB value is (141,46,205). Sum of RGB (Red+Green+Blue) = 141+46+205=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D2ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2ECD is #72D132. Grayscale: #5B5B5B. Windows color (decimal): -7524659 or 13446797. OLE color: 13446797.
HSL color Cylindrical-coordinate representation of color #8D2ECD: hue angle of 275.85º 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 #8D2ECD is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 46 | 205 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.20 |
| HSL | 275.85º | 0.63% | 0.49% | - |
| HSV(B) | 275.85º | 0.78% | 0.8% | - |
| XYZ | 22.98 | 12.02 | 58.87 | - |
| YUV | 92.53 | 191.47 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 46 | 205 | 0.31 | 0.78 | 0 | 0.20 | 275.85 | 0.63 | 0.49 |
| Hex | 8D | 2E | CD | 1F | 4E | 0 | 14 | 114 | 3F | 31 |
| Octal | 215 | 56 | 315 | 37 | 116 | 0 | 24 | 424 | 77 | 61 |
| Binary | 10001101 | 101110 | 11001101 | 11111 | 1001110 | 0 | 10100 | 100010100 | 111111 | 110001 |
Color Harmonies of #8D2ECD
Complementary color
Monochromatic Colors of #8D2ECD
Black with #8D2ECD
Text Example
Text Example
White with #8D2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2ECD; }
p { color: rgb(141,46,205); }
H1.HeaderClassName
{
color: #8D2ECD;
}
.AnyTagClassName
{
color: #8D2ECD;
}
</style>
background-color css
<style>
a { background-color: #8D2ECD; }
a { background-color: rgb(141,46,205); }
div.DivClassName
{
background-color: #8D2ECD;
}
.BgClassName
{
background-color: #8D2ECD;
}
</style>
border-color css
<style>
span { border-color: #8D2ECD; }
span { border-color: rgb(141,46,205); }
td.TdClassName
{
border-color: #8D2ECD;
}
.TagClassName
{
border-color: #8D2ECD;
}
</style>