Shades of Medium Orchid #AD43C6
Tints of Medium Orchid #AD43C6
RGB
CMYK
RGB Variations
Color information
#AD43C6 (or 0xAD43C6) is known color: Medium Orchid. HEX triplet: AD, 43 and C6. RGB value is (173,67,198). Sum of RGB (Red+Green+Blue) = 173+67+198=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD43C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43C6 is #52BC39. Grayscale: #717171. Windows color (decimal): -5422138 or 12993453. OLE color: 12993453.
HSL color Cylindrical-coordinate representation of color #AD43C6: hue angle of 288.55º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD43C6 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 67 | 198 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.22 |
| HSL | 288.55º | 0.53% | 0.52% | - |
| HSV(B) | 288.55º | 0.66% | 0.78% | - |
| XYZ | 29.43 | 16.98 | 55.15 | - |
| YUV | 113.63 | 175.62 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 198 | 0.13 | 0.66 | 0 | 0.22 | 288.55 | 0.53 | 0.52 |
| Hex | AD | 43 | C6 | D | 42 | 0 | 16 | 121 | 35 | 34 |
| Octal | 255 | 103 | 306 | 15 | 102 | 0 | 26 | 441 | 65 | 64 |
| Binary | 10101101 | 1000011 | 11000110 | 1101 | 1000010 | 0 | 10110 | 100100001 | 110101 | 110100 |
Color Harmonies of #AD43C6
Complementary color
Monochromatic Colors of #AD43C6
Black with #AD43C6
Text Example
Text Example
White with #AD43C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43C6; }
p { color: rgb(173,67,198); }
H1.HeaderClassName
{
color: #AD43C6;
}
.AnyTagClassName
{
color: #AD43C6;
}
</style>
background-color css
<style>
a { background-color: #AD43C6; }
a { background-color: rgb(173,67,198); }
div.DivClassName
{
background-color: #AD43C6;
}
.BgClassName
{
background-color: #AD43C6;
}
</style>
border-color css
<style>
span { border-color: #AD43C6; }
span { border-color: rgb(173,67,198); }
td.TdClassName
{
border-color: #AD43C6;
}
.TagClassName
{
border-color: #AD43C6;
}
</style>