Shades of Medium Orchid #AD4CCD
Tints of Medium Orchid #AD4CCD
RGB
CMYK
RGB Variations
Color information
#AD4CCD (or 0xAD4CCD) is known color: Medium Orchid. HEX triplet: AD, 4C and CD. RGB value is (173,76,205). Sum of RGB (Red+Green+Blue) = 173+76+205=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 76 (30.08% from 255 or 16.74% 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 #AD4CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CCD is #52B332. Grayscale: #777777. Windows color (decimal): -5419827 or 13454509. OLE color: 13454509.
HSL color Cylindrical-coordinate representation of color #AD4CCD: hue angle of 285.12º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4CCD is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 76 | 205 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.20 |
| HSL | 285.12º | 0.56% | 0.55% | - |
| HSV(B) | 285.12º | 0.63% | 0.8% | - |
| XYZ | 30.84 | 18.46 | 59.7 | - |
| YUV | 119.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 205 | 0.16 | 0.63 | 0 | 0.20 | 285.12 | 0.56 | 0.55 |
| Hex | AD | 4C | CD | 10 | 3F | 0 | 14 | 11D | 38 | 37 |
| Octal | 255 | 114 | 315 | 20 | 77 | 0 | 24 | 435 | 70 | 67 |
| Binary | 10101101 | 1001100 | 11001101 | 10000 | 111111 | 0 | 10100 | 100011101 | 111000 | 110111 |
Color Harmonies of #AD4CCD
Complementary color
Monochromatic Colors of #AD4CCD
Black with #AD4CCD
Text Example
Text Example
White with #AD4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CCD; }
p { color: rgb(173,76,205); }
H1.HeaderClassName
{
color: #AD4CCD;
}
.AnyTagClassName
{
color: #AD4CCD;
}
</style>
background-color css
<style>
a { background-color: #AD4CCD; }
a { background-color: rgb(173,76,205); }
div.DivClassName
{
background-color: #AD4CCD;
}
.BgClassName
{
background-color: #AD4CCD;
}
</style>
border-color css
<style>
span { border-color: #AD4CCD; }
span { border-color: rgb(173,76,205); }
td.TdClassName
{
border-color: #AD4CCD;
}
.TagClassName
{
border-color: #AD4CCD;
}
</style>