Shades of Medium Orchid #AD43D5
Tints of Medium Orchid #AD43D5
RGB
CMYK
RGB Variations
Color information
#AD43D5 (or 0xAD43D5) is known color: Medium Orchid. HEX triplet: AD, 43 and D5. RGB value is (173,67,213). Sum of RGB (Red+Green+Blue) = 173+67+213=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD43D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43D5 is #52BC2A. Grayscale: #727272. Windows color (decimal): -5422123 or 13976493. OLE color: 13976493.
HSL color Cylindrical-coordinate representation of color #AD43D5: hue angle of 283.56º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD43D5 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 67 | 213 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.16 |
| HSL | 283.56º | 0.63% | 0.55% | - |
| HSV(B) | 283.56º | 0.69% | 0.84% | - |
| XYZ | 31.25 | 17.7 | 64.72 | - |
| YUV | 115.34 | 183.12 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 213 | 0.19 | 0.69 | 0 | 0.16 | 283.56 | 0.63 | 0.55 |
| Hex | AD | 43 | D5 | 13 | 45 | 0 | 10 | 11C | 3F | 37 |
| Octal | 255 | 103 | 325 | 23 | 105 | 0 | 20 | 434 | 77 | 67 |
| Binary | 10101101 | 1000011 | 11010101 | 10011 | 1000101 | 0 | 10000 | 100011100 | 111111 | 110111 |
Color Harmonies of #AD43D5
Complementary color
Monochromatic Colors of #AD43D5
Black with #AD43D5
Text Example
Text Example
White with #AD43D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43D5; }
p { color: rgb(173,67,213); }
H1.HeaderClassName
{
color: #AD43D5;
}
.AnyTagClassName
{
color: #AD43D5;
}
</style>
background-color css
<style>
a { background-color: #AD43D5; }
a { background-color: rgb(173,67,213); }
div.DivClassName
{
background-color: #AD43D5;
}
.BgClassName
{
background-color: #AD43D5;
}
</style>
border-color css
<style>
span { border-color: #AD43D5; }
span { border-color: rgb(173,67,213); }
td.TdClassName
{
border-color: #AD43D5;
}
.TagClassName
{
border-color: #AD43D5;
}
</style>