Shades of Medium Orchid #C86ADF
Tints of Medium Orchid #C86ADF
RGB
CMYK
RGB Variations
Color information
#C86ADF (or 0xC86ADF) is known color: Medium Orchid. HEX triplet: C8, 6A and DF. RGB value is (200,106,223). Sum of RGB (Red+Green+Blue) = 200+106+223=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #C86ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ADF is #379520. Grayscale: #939393. Windows color (decimal): -3642657 or 14641864. OLE color: 14641864.
HSL color Cylindrical-coordinate representation of color #C86ADF: hue angle of 288.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86ADF is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 106 | 223 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.13 |
| HSL | 288.21º | 0.65% | 0.65% | - |
| HSV(B) | 288.21º | 0.52% | 0.87% | - |
| XYZ | 42.29 | 27.92 | 72.97 | - |
| YUV | 147.44 | 170.64 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 223 | 0.10 | 0.52 | 0 | 0.13 | 288.21 | 0.65 | 0.65 |
| Hex | C8 | 6A | DF | A | 34 | 0 | D | 120 | 41 | 41 |
| Octal | 310 | 152 | 337 | 12 | 64 | 0 | 15 | 440 | 101 | 101 |
| Binary | 11001000 | 1101010 | 11011111 | 1010 | 110100 | 0 | 1101 | 100100000 | 1000001 | 1000001 |
Color Harmonies of #C86ADF
Complementary color
Monochromatic Colors of #C86ADF
Black with #C86ADF
Text Example
Text Example
White with #C86ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86ADF; }
p { color: rgb(200,106,223); }
H1.HeaderClassName
{
color: #C86ADF;
}
.AnyTagClassName
{
color: #C86ADF;
}
</style>
background-color css
<style>
a { background-color: #C86ADF; }
a { background-color: rgb(200,106,223); }
div.DivClassName
{
background-color: #C86ADF;
}
.BgClassName
{
background-color: #C86ADF;
}
</style>
border-color css
<style>
span { border-color: #C86ADF; }
span { border-color: rgb(200,106,223); }
td.TdClassName
{
border-color: #C86ADF;
}
.TagClassName
{
border-color: #C86ADF;
}
</style>