Shades of Medium Orchid #A85CCD
Tints of Medium Orchid #A85CCD
RGB
CMYK
RGB Variations
Color information
#A85CCD (or 0xA85CCD) is known color: Medium Orchid. HEX triplet: A8, 5C and CD. RGB value is (168,92,205). Sum of RGB (Red+Green+Blue) = 168+92+205=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #A85CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CCD is #57A332. Grayscale: #7F7F7F. Windows color (decimal): -5743411 or 13458600. OLE color: 13458600.
HSL color Cylindrical-coordinate representation of color #A85CCD: hue angle of 280.35º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A85CCD is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 92 | 205 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.20 |
| HSL | 280.35º | 0.53% | 0.58% | - |
| HSV(B) | 280.35º | 0.55% | 0.8% | - |
| XYZ | 31 | 20.39 | 60.06 | - |
| YUV | 127.61 | 171.68 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 205 | 0.18 | 0.55 | 0 | 0.20 | 280.35 | 0.53 | 0.58 |
| Hex | A8 | 5C | CD | 12 | 37 | 0 | 14 | 118 | 35 | 3A |
| Octal | 250 | 134 | 315 | 22 | 67 | 0 | 24 | 430 | 65 | 72 |
| Binary | 10101000 | 1011100 | 11001101 | 10010 | 110111 | 0 | 10100 | 100011000 | 110101 | 111010 |
Color Harmonies of #A85CCD
Complementary color
Monochromatic Colors of #A85CCD
Black with #A85CCD
Text Example
Text Example
White with #A85CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85CCD; }
p { color: rgb(168,92,205); }
H1.HeaderClassName
{
color: #A85CCD;
}
.AnyTagClassName
{
color: #A85CCD;
}
</style>
background-color css
<style>
a { background-color: #A85CCD; }
a { background-color: rgb(168,92,205); }
div.DivClassName
{
background-color: #A85CCD;
}
.BgClassName
{
background-color: #A85CCD;
}
</style>
border-color css
<style>
span { border-color: #A85CCD; }
span { border-color: rgb(168,92,205); }
td.TdClassName
{
border-color: #A85CCD;
}
.TagClassName
{
border-color: #A85CCD;
}
</style>