Shades of Medium Orchid #AD68CA
Tints of Medium Orchid #AD68CA
RGB
CMYK
RGB Variations
Color information
#AD68CA (or 0xAD68CA) is known color: Medium Orchid. HEX triplet: AD, 68 and CA. RGB value is (173,104,202). Sum of RGB (Red+Green+Blue) = 173+104+202=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD68CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68CA is #529735. Grayscale: #878787. Windows color (decimal): -5412662 or 13265069. OLE color: 13265069.
HSL color Cylindrical-coordinate representation of color #AD68CA: hue angle of 282.24º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD68CA is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 104 | 202 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.21 |
| HSL | 282.24º | 0.48% | 0.6% | - |
| HSV(B) | 282.24º | 0.49% | 0.79% | - |
| XYZ | 32.84 | 23.05 | 58.59 | - |
| YUV | 135.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 202 | 0.14 | 0.49 | 0 | 0.21 | 282.24 | 0.48 | 0.6 |
| Hex | AD | 68 | CA | E | 31 | 0 | 15 | 11A | 30 | 3C |
| Octal | 255 | 150 | 312 | 16 | 61 | 0 | 25 | 432 | 60 | 74 |
| Binary | 10101101 | 1101000 | 11001010 | 1110 | 110001 | 0 | 10101 | 100011010 | 110000 | 111100 |
Color Harmonies of #AD68CA
Complementary color
Monochromatic Colors of #AD68CA
Black with #AD68CA
Text Example
Text Example
White with #AD68CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68CA; }
p { color: rgb(173,104,202); }
H1.HeaderClassName
{
color: #AD68CA;
}
.AnyTagClassName
{
color: #AD68CA;
}
</style>
background-color css
<style>
a { background-color: #AD68CA; }
a { background-color: rgb(173,104,202); }
div.DivClassName
{
background-color: #AD68CA;
}
.BgClassName
{
background-color: #AD68CA;
}
</style>
border-color css
<style>
span { border-color: #AD68CA; }
span { border-color: rgb(173,104,202); }
td.TdClassName
{
border-color: #AD68CA;
}
.TagClassName
{
border-color: #AD68CA;
}
</style>