Shades of Dark Orchid #8D2FCD
Tints of Dark Orchid #8D2FCD
RGB
CMYK
RGB Variations
Color information
#8D2FCD (or 0x8D2FCD) is known color: Dark Orchid. HEX triplet: 8D, 2F and CD. RGB value is (141,47,205). Sum of RGB (Red+Green+Blue) = 141+47+205=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D2FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2FCD is #72D032. Grayscale: #5C5C5C. Windows color (decimal): -7524403 or 13447053. OLE color: 13447053.
HSL color Cylindrical-coordinate representation of color #8D2FCD: hue angle of 275.7º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2FCD is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 47 | 205 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.20 |
| HSL | 275.7º | 0.63% | 0.49% | - |
| HSV(B) | 275.7º | 0.77% | 0.8% | - |
| XYZ | 23.02 | 12.1 | 58.88 | - |
| YUV | 93.12 | 191.14 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 205 | 0.31 | 0.77 | 0 | 0.20 | 275.7 | 0.63 | 0.49 |
| Hex | 8D | 2F | CD | 1F | 4D | 0 | 14 | 114 | 3F | 31 |
| Octal | 215 | 57 | 315 | 37 | 115 | 0 | 24 | 424 | 77 | 61 |
| Binary | 10001101 | 101111 | 11001101 | 11111 | 1001101 | 0 | 10100 | 100010100 | 111111 | 110001 |
Color Harmonies of #8D2FCD
Complementary color
Monochromatic Colors of #8D2FCD
Black with #8D2FCD
Text Example
Text Example
White with #8D2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2FCD; }
p { color: rgb(141,47,205); }
H1.HeaderClassName
{
color: #8D2FCD;
}
.AnyTagClassName
{
color: #8D2FCD;
}
</style>
background-color css
<style>
a { background-color: #8D2FCD; }
a { background-color: rgb(141,47,205); }
div.DivClassName
{
background-color: #8D2FCD;
}
.BgClassName
{
background-color: #8D2FCD;
}
</style>
border-color css
<style>
span { border-color: #8D2FCD; }
span { border-color: rgb(141,47,205); }
td.TdClassName
{
border-color: #8D2FCD;
}
.TagClassName
{
border-color: #8D2FCD;
}
</style>