Shades of Medium Orchid #C861EC
Tints of Medium Orchid #C861EC
RGB
CMYK
RGB Variations
Color information
#C861EC (or 0xC861EC) is known color: Medium Orchid. HEX triplet: C8, 61 and EC. RGB value is (200,97,236). Sum of RGB (Red+Green+Blue) = 200+97+236=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 97 (38.28% from 255 or 18.20% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #C861EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C861EC is #379E13. Grayscale: #8F8F8F. Windows color (decimal): -3644948 or 15491528. OLE color: 15491528.
HSL color Cylindrical-coordinate representation of color #C861EC: hue angle of 284.46º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C861EC is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 97 | 236 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.07 |
| HSL | 284.46º | 0.79% | 0.65% | - |
| HSV(B) | 284.46º | 0.59% | 0.93% | - |
| XYZ | 43.23 | 26.88 | 82.27 | - |
| YUV | 143.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 236 | 0.15 | 0.59 | 0 | 0.07 | 284.46 | 0.79 | 0.65 |
| Hex | C8 | 61 | EC | F | 3B | 0 | 7 | 11C | 4F | 41 |
| Octal | 310 | 141 | 354 | 17 | 73 | 0 | 7 | 434 | 117 | 101 |
| Binary | 11001000 | 1100001 | 11101100 | 1111 | 111011 | 0 | 111 | 100011100 | 1001111 | 1000001 |
Color Harmonies of #C861EC
Complementary color
Monochromatic Colors of #C861EC
Black with #C861EC
Text Example
Text Example
White with #C861EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861EC; }
p { color: rgb(200,97,236); }
H1.HeaderClassName
{
color: #C861EC;
}
.AnyTagClassName
{
color: #C861EC;
}
</style>
background-color css
<style>
a { background-color: #C861EC; }
a { background-color: rgb(200,97,236); }
div.DivClassName
{
background-color: #C861EC;
}
.BgClassName
{
background-color: #C861EC;
}
</style>
border-color css
<style>
span { border-color: #C861EC; }
span { border-color: rgb(200,97,236); }
td.TdClassName
{
border-color: #C861EC;
}
.TagClassName
{
border-color: #C861EC;
}
</style>