Shades of Medium Orchid #C86ADD
Tints of Medium Orchid #C86ADD
RGB
CMYK
RGB Variations
Color information
#C86ADD (or 0xC86ADD) is known color: Medium Orchid. HEX triplet: C8, 6A and DD. RGB value is (200,106,221). Sum of RGB (Red+Green+Blue) = 200+106+221=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #C86ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ADD is #379522. Grayscale: #929292. Windows color (decimal): -3642659 or 14510792. OLE color: 14510792.
HSL color Cylindrical-coordinate representation of color #C86ADD: hue angle of 289.04º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86ADD is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 106 | 221 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.13 |
| HSL | 289.04º | 0.63% | 0.64% | - |
| HSV(B) | 289.04º | 0.52% | 0.87% | - |
| XYZ | 42.02 | 27.81 | 71.56 | - |
| YUV | 147.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 221 | 0.10 | 0.52 | 0 | 0.13 | 289.04 | 0.63 | 0.64 |
| Hex | C8 | 6A | DD | A | 34 | 0 | D | 121 | 3F | 40 |
| Octal | 310 | 152 | 335 | 12 | 64 | 0 | 15 | 441 | 77 | 100 |
| Binary | 11001000 | 1101010 | 11011101 | 1010 | 110100 | 0 | 1101 | 100100001 | 111111 | 1000000 |
Color Harmonies of #C86ADD
Complementary color
Monochromatic Colors of #C86ADD
Black with #C86ADD
Text Example
Text Example
White with #C86ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86ADD; }
p { color: rgb(200,106,221); }
H1.HeaderClassName
{
color: #C86ADD;
}
.AnyTagClassName
{
color: #C86ADD;
}
</style>
background-color css
<style>
a { background-color: #C86ADD; }
a { background-color: rgb(200,106,221); }
div.DivClassName
{
background-color: #C86ADD;
}
.BgClassName
{
background-color: #C86ADD;
}
</style>
border-color css
<style>
span { border-color: #C86ADD; }
span { border-color: rgb(200,106,221); }
td.TdClassName
{
border-color: #C86ADD;
}
.TagClassName
{
border-color: #C86ADD;
}
</style>