Shades of Medium Orchid #AD43DD
Tints of Medium Orchid #AD43DD
RGB
CMYK
RGB Variations
Color information
#AD43DD (or 0xAD43DD) is known color: Medium Orchid. HEX triplet: AD, 43 and DD. RGB value is (173,67,221). Sum of RGB (Red+Green+Blue) = 173+67+221=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD43DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43DD is #52BC22. Grayscale: #737373. Windows color (decimal): -5422115 or 14500781. OLE color: 14500781.
HSL color Cylindrical-coordinate representation of color #AD43DD: hue angle of 281.3º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD43DD is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 67 | 221 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.13 |
| HSL | 281.3º | 0.69% | 0.56% | - |
| HSV(B) | 281.3º | 0.7% | 0.87% | - |
| XYZ | 32.29 | 18.12 | 70.2 | - |
| YUV | 116.25 | 187.12 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 221 | 0.22 | 0.70 | 0 | 0.13 | 281.3 | 0.69 | 0.56 |
| Hex | AD | 43 | DD | 16 | 46 | 0 | D | 119 | 45 | 38 |
| Octal | 255 | 103 | 335 | 26 | 106 | 0 | 15 | 431 | 105 | 70 |
| Binary | 10101101 | 1000011 | 11011101 | 10110 | 1000110 | 0 | 1101 | 100011001 | 1000101 | 111000 |
Color Harmonies of #AD43DD
Complementary color
Monochromatic Colors of #AD43DD
Black with #AD43DD
Text Example
Text Example
White with #AD43DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43DD; }
p { color: rgb(173,67,221); }
H1.HeaderClassName
{
color: #AD43DD;
}
.AnyTagClassName
{
color: #AD43DD;
}
</style>
background-color css
<style>
a { background-color: #AD43DD; }
a { background-color: rgb(173,67,221); }
div.DivClassName
{
background-color: #AD43DD;
}
.BgClassName
{
background-color: #AD43DD;
}
</style>
border-color css
<style>
span { border-color: #AD43DD; }
span { border-color: rgb(173,67,221); }
td.TdClassName
{
border-color: #AD43DD;
}
.TagClassName
{
border-color: #AD43DD;
}
</style>