Shades of Medium Orchid #AD5CCF
Tints of Medium Orchid #AD5CCF
RGB
CMYK
RGB Variations
Color information
#AD5CCF (or 0xAD5CCF) is known color: Medium Orchid. HEX triplet: AD, 5C and CF. RGB value is (173,92,207). Sum of RGB (Red+Green+Blue) = 173+92+207=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD5CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CCF is #52A330. Grayscale: #808080. Windows color (decimal): -5415729 or 13589677. OLE color: 13589677.
HSL color Cylindrical-coordinate representation of color #AD5CCF: hue angle of 282.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD5CCF is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 92 | 207 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.19 |
| HSL | 282.26º | 0.55% | 0.59% | - |
| HSV(B) | 282.26º | 0.56% | 0.81% | - |
| XYZ | 32.32 | 21.04 | 61.39 | - |
| YUV | 129.33 | 171.84 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 207 | 0.16 | 0.56 | 0 | 0.19 | 282.26 | 0.55 | 0.59 |
| Hex | AD | 5C | CF | 10 | 38 | 0 | 13 | 11A | 37 | 3B |
| Octal | 255 | 134 | 317 | 20 | 70 | 0 | 23 | 432 | 67 | 73 |
| Binary | 10101101 | 1011100 | 11001111 | 10000 | 111000 | 0 | 10011 | 100011010 | 110111 | 111011 |
Color Harmonies of #AD5CCF
Complementary color
Monochromatic Colors of #AD5CCF
Black with #AD5CCF
Text Example
Text Example
White with #AD5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5CCF; }
p { color: rgb(173,92,207); }
H1.HeaderClassName
{
color: #AD5CCF;
}
.AnyTagClassName
{
color: #AD5CCF;
}
</style>
background-color css
<style>
a { background-color: #AD5CCF; }
a { background-color: rgb(173,92,207); }
div.DivClassName
{
background-color: #AD5CCF;
}
.BgClassName
{
background-color: #AD5CCF;
}
</style>
border-color css
<style>
span { border-color: #AD5CCF; }
span { border-color: rgb(173,92,207); }
td.TdClassName
{
border-color: #AD5CCF;
}
.TagClassName
{
border-color: #AD5CCF;
}
</style>