Shades of Medium Orchid #AC4DCD
Tints of Medium Orchid #AC4DCD
RGB
CMYK
RGB Variations
Color information
#AC4DCD (or 0xAC4DCD) is known color: Medium Orchid. HEX triplet: AC, 4D and CD. RGB value is (172,77,205). Sum of RGB (Red+Green+Blue) = 172+77+205=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC4DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DCD is #53B232. Grayscale: #777777. Windows color (decimal): -5485107 or 13454764. OLE color: 13454764.
HSL color Cylindrical-coordinate representation of color #AC4DCD: hue angle of 284.53º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4DCD is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 77 | 205 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.20 |
| HSL | 284.53º | 0.56% | 0.55% | - |
| HSV(B) | 284.53º | 0.62% | 0.8% | - |
| XYZ | 30.69 | 18.49 | 59.71 | - |
| YUV | 120 | 175.97 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 205 | 0.16 | 0.62 | 0 | 0.20 | 284.53 | 0.56 | 0.55 |
| Hex | AC | 4D | CD | 10 | 3E | 0 | 14 | 11D | 38 | 37 |
| Octal | 254 | 115 | 315 | 20 | 76 | 0 | 24 | 435 | 70 | 67 |
| Binary | 10101100 | 1001101 | 11001101 | 10000 | 111110 | 0 | 10100 | 100011101 | 111000 | 110111 |
Color Harmonies of #AC4DCD
Complementary color
Monochromatic Colors of #AC4DCD
Black with #AC4DCD
Text Example
Text Example
White with #AC4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DCD; }
p { color: rgb(172,77,205); }
H1.HeaderClassName
{
color: #AC4DCD;
}
.AnyTagClassName
{
color: #AC4DCD;
}
</style>
background-color css
<style>
a { background-color: #AC4DCD; }
a { background-color: rgb(172,77,205); }
div.DivClassName
{
background-color: #AC4DCD;
}
.BgClassName
{
background-color: #AC4DCD;
}
</style>
border-color css
<style>
span { border-color: #AC4DCD; }
span { border-color: rgb(172,77,205); }
td.TdClassName
{
border-color: #AC4DCD;
}
.TagClassName
{
border-color: #AC4DCD;
}
</style>