Shades of Medium Orchid #AD50CA
Tints of Medium Orchid #AD50CA
RGB
CMYK
RGB Variations
Color information
#AD50CA (or 0xAD50CA) is known color: Medium Orchid. HEX triplet: AD, 50 and CA. RGB value is (173,80,202). Sum of RGB (Red+Green+Blue) = 173+80+202=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD50CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50CA is #52AF35. Grayscale: #797979. Windows color (decimal): -5418806 or 13258925. OLE color: 13258925.
HSL color Cylindrical-coordinate representation of color #AD50CA: hue angle of 285.74º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD50CA is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 80 | 202 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.21 |
| HSL | 285.74º | 0.54% | 0.55% | - |
| HSV(B) | 285.74º | 0.6% | 0.79% | - |
| XYZ | 30.76 | 18.89 | 57.9 | - |
| YUV | 121.72 | 173.31 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 202 | 0.14 | 0.60 | 0 | 0.21 | 285.74 | 0.54 | 0.55 |
| Hex | AD | 50 | CA | E | 3C | 0 | 15 | 11E | 36 | 37 |
| Octal | 255 | 120 | 312 | 16 | 74 | 0 | 25 | 436 | 66 | 67 |
| Binary | 10101101 | 1010000 | 11001010 | 1110 | 111100 | 0 | 10101 | 100011110 | 110110 | 110111 |
Color Harmonies of #AD50CA
Complementary color
Monochromatic Colors of #AD50CA
Black with #AD50CA
Text Example
Text Example
White with #AD50CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50CA; }
p { color: rgb(173,80,202); }
H1.HeaderClassName
{
color: #AD50CA;
}
.AnyTagClassName
{
color: #AD50CA;
}
</style>
background-color css
<style>
a { background-color: #AD50CA; }
a { background-color: rgb(173,80,202); }
div.DivClassName
{
background-color: #AD50CA;
}
.BgClassName
{
background-color: #AD50CA;
}
</style>
border-color css
<style>
span { border-color: #AD50CA; }
span { border-color: rgb(173,80,202); }
td.TdClassName
{
border-color: #AD50CA;
}
.TagClassName
{
border-color: #AD50CA;
}
</style>