Shades of Medium Orchid #C861DC
Tints of Medium Orchid #C861DC
RGB
CMYK
RGB Variations
Color information
#C861DC (or 0xC861DC) is known color: Medium Orchid. HEX triplet: C8, 61 and DC. RGB value is (200,97,220). Sum of RGB (Red+Green+Blue) = 200+97+220=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #C861DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861DC is #379E23. Grayscale: #8D8D8D. Windows color (decimal): -3644964 or 14442952. OLE color: 14442952.
HSL color Cylindrical-coordinate representation of color #C861DC: hue angle of 290.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C861DC is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 97 | 220 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.14 |
| HSL | 290.24º | 0.64% | 0.62% | - |
| HSV(B) | 290.24º | 0.56% | 0.86% | - |
| XYZ | 41.01 | 26 | 70.57 | - |
| YUV | 141.82 | 172.12 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 220 | 0.09 | 0.56 | 0 | 0.14 | 290.24 | 0.64 | 0.62 |
| Hex | C8 | 61 | DC | 9 | 38 | 0 | E | 122 | 40 | 3E |
| Octal | 310 | 141 | 334 | 11 | 70 | 0 | 16 | 442 | 100 | 76 |
| Binary | 11001000 | 1100001 | 11011100 | 1001 | 111000 | 0 | 1110 | 100100010 | 1000000 | 111110 |
Color Harmonies of #C861DC
Complementary color
Monochromatic Colors of #C861DC
Black with #C861DC
Text Example
Text Example
White with #C861DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861DC; }
p { color: rgb(200,97,220); }
H1.HeaderClassName
{
color: #C861DC;
}
.AnyTagClassName
{
color: #C861DC;
}
</style>
background-color css
<style>
a { background-color: #C861DC; }
a { background-color: rgb(200,97,220); }
div.DivClassName
{
background-color: #C861DC;
}
.BgClassName
{
background-color: #C861DC;
}
</style>
border-color css
<style>
span { border-color: #C861DC; }
span { border-color: rgb(200,97,220); }
td.TdClassName
{
border-color: #C861DC;
}
.TagClassName
{
border-color: #C861DC;
}
</style>