Shades of Medium Orchid #AC4ECD
Tints of Medium Orchid #AC4ECD
RGB
CMYK
RGB Variations
Color information
#AC4ECD (or 0xAC4ECD) is known color: Medium Orchid. HEX triplet: AC, 4E and CD. RGB value is (172,78,205). Sum of RGB (Red+Green+Blue) = 172+78+205=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC4ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4ECD is #53B132. Grayscale: #787878. Windows color (decimal): -5484851 or 13455020. OLE color: 13455020.
HSL color Cylindrical-coordinate representation of color #AC4ECD: hue angle of 284.41º 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 #AC4ECD is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 78 | 205 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.20 |
| HSL | 284.41º | 0.56% | 0.55% | - |
| HSV(B) | 284.41º | 0.62% | 0.8% | - |
| XYZ | 30.76 | 18.63 | 59.73 | - |
| YUV | 120.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 205 | 0.16 | 0.62 | 0 | 0.20 | 284.41 | 0.56 | 0.55 |
| Hex | AC | 4E | CD | 10 | 3E | 0 | 14 | 11C | 38 | 37 |
| Octal | 254 | 116 | 315 | 20 | 76 | 0 | 24 | 434 | 70 | 67 |
| Binary | 10101100 | 1001110 | 11001101 | 10000 | 111110 | 0 | 10100 | 100011100 | 111000 | 110111 |
Color Harmonies of #AC4ECD
Complementary color
Monochromatic Colors of #AC4ECD
Black with #AC4ECD
Text Example
Text Example
White with #AC4ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4ECD; }
p { color: rgb(172,78,205); }
H1.HeaderClassName
{
color: #AC4ECD;
}
.AnyTagClassName
{
color: #AC4ECD;
}
</style>
background-color css
<style>
a { background-color: #AC4ECD; }
a { background-color: rgb(172,78,205); }
div.DivClassName
{
background-color: #AC4ECD;
}
.BgClassName
{
background-color: #AC4ECD;
}
</style>
border-color css
<style>
span { border-color: #AC4ECD; }
span { border-color: rgb(172,78,205); }
td.TdClassName
{
border-color: #AC4ECD;
}
.TagClassName
{
border-color: #AC4ECD;
}
</style>