Shades of Medium Orchid #AD41CA
Tints of Medium Orchid #AD41CA
RGB
CMYK
RGB Variations
Color information
#AD41CA (or 0xAD41CA) is known color: Medium Orchid. HEX triplet: AD, 41 and CA. RGB value is (173,65,202). Sum of RGB (Red+Green+Blue) = 173+65+202=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD41CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41CA is #52BE35. Grayscale: #707070. Windows color (decimal): -5422646 or 13255085. OLE color: 13255085.
HSL color Cylindrical-coordinate representation of color #AD41CA: hue angle of 287.3º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD41CA is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 65 | 202 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.21 |
| HSL | 287.3º | 0.56% | 0.52% | - |
| HSV(B) | 287.3º | 0.68% | 0.79% | - |
| XYZ | 29.78 | 16.93 | 57.57 | - |
| YUV | 112.91 | 178.28 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 202 | 0.14 | 0.68 | 0 | 0.21 | 287.3 | 0.56 | 0.52 |
| Hex | AD | 41 | CA | E | 44 | 0 | 15 | 11F | 38 | 34 |
| Octal | 255 | 101 | 312 | 16 | 104 | 0 | 25 | 437 | 70 | 64 |
| Binary | 10101101 | 1000001 | 11001010 | 1110 | 1000100 | 0 | 10101 | 100011111 | 111000 | 110100 |
Color Harmonies of #AD41CA
Complementary color
Monochromatic Colors of #AD41CA
Black with #AD41CA
Text Example
Text Example
White with #AD41CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD41CA; }
p { color: rgb(173,65,202); }
H1.HeaderClassName
{
color: #AD41CA;
}
.AnyTagClassName
{
color: #AD41CA;
}
</style>
background-color css
<style>
a { background-color: #AD41CA; }
a { background-color: rgb(173,65,202); }
div.DivClassName
{
background-color: #AD41CA;
}
.BgClassName
{
background-color: #AD41CA;
}
</style>
border-color css
<style>
span { border-color: #AD41CA; }
span { border-color: rgb(173,65,202); }
td.TdClassName
{
border-color: #AD41CA;
}
.TagClassName
{
border-color: #AD41CA;
}
</style>