Shades of Medium Orchid #A650DC
Tints of Medium Orchid #A650DC
RGB
CMYK
RGB Variations
Color information
#A650DC (or 0xA650DC) is known color: Medium Orchid. HEX triplet: A6, 50 and DC. RGB value is (166,80,220). Sum of RGB (Red+Green+Blue) = 166+80+220=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #A650DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A650DC is #59AF23. Grayscale: #797979. Windows color (decimal): -5877540 or 14438566. OLE color: 14438566.
HSL color Cylindrical-coordinate representation of color #A650DC: hue angle of 276.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A650DC is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 80 | 220 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.14 |
| HSL | 276.86º | 0.67% | 0.59% | - |
| HSV(B) | 276.86º | 0.64% | 0.86% | - |
| XYZ | 31.51 | 19.01 | 69.72 | - |
| YUV | 121.67 | 183.49 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 220 | 0.25 | 0.64 | 0 | 0.14 | 276.86 | 0.67 | 0.59 |
| Hex | A6 | 50 | DC | 19 | 40 | 0 | E | 115 | 43 | 3B |
| Octal | 246 | 120 | 334 | 31 | 100 | 0 | 16 | 425 | 103 | 73 |
| Binary | 10100110 | 1010000 | 11011100 | 11001 | 1000000 | 0 | 1110 | 100010101 | 1000011 | 111011 |
Color Harmonies of #A650DC
Complementary color
Monochromatic Colors of #A650DC
Black with #A650DC
Text Example
Text Example
White with #A650DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A650DC; }
p { color: rgb(166,80,220); }
H1.HeaderClassName
{
color: #A650DC;
}
.AnyTagClassName
{
color: #A650DC;
}
</style>
background-color css
<style>
a { background-color: #A650DC; }
a { background-color: rgb(166,80,220); }
div.DivClassName
{
background-color: #A650DC;
}
.BgClassName
{
background-color: #A650DC;
}
</style>
border-color css
<style>
span { border-color: #A650DC; }
span { border-color: rgb(166,80,220); }
td.TdClassName
{
border-color: #A650DC;
}
.TagClassName
{
border-color: #A650DC;
}
</style>