Shades of Medium Orchid #AD43D6
Tints of Medium Orchid #AD43D6
RGB
CMYK
RGB Variations
Color information
#AD43D6 (or 0xAD43D6) is known color: Medium Orchid. HEX triplet: AD, 43 and D6. RGB value is (173,67,214). Sum of RGB (Red+Green+Blue) = 173+67+214=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 67 (26.56% from 255 or 14.76% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD43D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43D6 is #52BC29. Grayscale: #727272. Windows color (decimal): -5422122 or 14042029. OLE color: 14042029.
HSL color Cylindrical-coordinate representation of color #AD43D6: hue angle of 283.27º degrees, saturation: 0.64, 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 #AD43D6 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 67 | 214 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.16 |
| HSL | 283.27º | 0.64% | 0.55% | - |
| HSV(B) | 283.27º | 0.69% | 0.84% | - |
| XYZ | 31.38 | 17.75 | 65.39 | - |
| YUV | 115.45 | 183.62 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 214 | 0.19 | 0.69 | 0 | 0.16 | 283.27 | 0.64 | 0.55 |
| Hex | AD | 43 | D6 | 13 | 45 | 0 | 10 | 11B | 40 | 37 |
| Octal | 255 | 103 | 326 | 23 | 105 | 0 | 20 | 433 | 100 | 67 |
| Binary | 10101101 | 1000011 | 11010110 | 10011 | 1000101 | 0 | 10000 | 100011011 | 1000000 | 110111 |
Color Harmonies of #AD43D6
Complementary color
Monochromatic Colors of #AD43D6
Black with #AD43D6
Text Example
Text Example
White with #AD43D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43D6; }
p { color: rgb(173,67,214); }
H1.HeaderClassName
{
color: #AD43D6;
}
.AnyTagClassName
{
color: #AD43D6;
}
</style>
background-color css
<style>
a { background-color: #AD43D6; }
a { background-color: rgb(173,67,214); }
div.DivClassName
{
background-color: #AD43D6;
}
.BgClassName
{
background-color: #AD43D6;
}
</style>
border-color css
<style>
span { border-color: #AD43D6; }
span { border-color: rgb(173,67,214); }
td.TdClassName
{
border-color: #AD43D6;
}
.TagClassName
{
border-color: #AD43D6;
}
</style>