Shades of Medium Orchid #C861D9
Tints of Medium Orchid #C861D9
RGB
CMYK
RGB Variations
Color information
#C861D9 (or 0xC861D9) is known color: Medium Orchid. HEX triplet: C8, 61 and D9. RGB value is (200,97,217). Sum of RGB (Red+Green+Blue) = 200+97+217=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #C861D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861D9 is #379E26. Grayscale: #8D8D8D. Windows color (decimal): -3644967 or 14246344. OLE color: 14246344.
HSL color Cylindrical-coordinate representation of color #C861D9: hue angle of 291.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C861D9 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 97 | 217 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.15 |
| HSL | 291.5º | 0.61% | 0.62% | - |
| HSV(B) | 291.5º | 0.55% | 0.85% | - |
| XYZ | 40.62 | 25.84 | 68.49 | - |
| YUV | 141.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 217 | 0.08 | 0.55 | 0 | 0.15 | 291.5 | 0.61 | 0.62 |
| Hex | C8 | 61 | D9 | 8 | 37 | 0 | F | 124 | 3D | 3E |
| Octal | 310 | 141 | 331 | 10 | 67 | 0 | 17 | 444 | 75 | 76 |
| Binary | 11001000 | 1100001 | 11011001 | 1000 | 110111 | 0 | 1111 | 100100100 | 111101 | 111110 |
Color Harmonies of #C861D9
Complementary color
Monochromatic Colors of #C861D9
Black with #C861D9
Text Example
Text Example
White with #C861D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861D9; }
p { color: rgb(200,97,217); }
H1.HeaderClassName
{
color: #C861D9;
}
.AnyTagClassName
{
color: #C861D9;
}
</style>
background-color css
<style>
a { background-color: #C861D9; }
a { background-color: rgb(200,97,217); }
div.DivClassName
{
background-color: #C861D9;
}
.BgClassName
{
background-color: #C861D9;
}
</style>
border-color css
<style>
span { border-color: #C861D9; }
span { border-color: rgb(200,97,217); }
td.TdClassName
{
border-color: #C861D9;
}
.TagClassName
{
border-color: #C861D9;
}
</style>