Shades of Fuchsia #C86EC1
Tints of Fuchsia #C86EC1
RGB
CMYK
RGB Variations
Color information
#C86EC1 (or 0xC86EC1) is known color: Fuchsia. HEX triplet: C8, 6E and C1. RGB value is (200,110,193). Sum of RGB (Red+Green+Blue) = 200+110+193=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EC1 is #37913E. Grayscale: #929292. Windows color (decimal): -3641663 or 12676808. OLE color: 12676808.
HSL color Cylindrical-coordinate representation of color #C86EC1: hue angle of 304.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86EC1 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 193 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.22 |
| HSL | 304.67º | 0.45% | 0.61% | - |
| HSV(B) | 304.67º | 0.45% | 0.78% | - |
| XYZ | 39.02 | 27.28 | 53.66 | - |
| YUV | 146.37 | 154.32 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 193 | 0 | 0.45 | 0.04 | 0.22 | 304.67 | 0.45 | 0.61 |
| Hex | C8 | 6E | C1 | 0 | 2D | 4 | 16 | 131 | 2D | 3D |
| Octal | 310 | 156 | 301 | 0 | 55 | 4 | 26 | 461 | 55 | 75 |
| Binary | 11001000 | 1101110 | 11000001 | 0 | 101101 | 100 | 10110 | 100110001 | 101101 | 111101 |
Color Harmonies of #C86EC1
Complementary color
Monochromatic Colors of #C86EC1
Black with #C86EC1
Text Example
Text Example
White with #C86EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EC1; }
p { color: rgb(200,110,193); }
H1.HeaderClassName
{
color: #C86EC1;
}
.AnyTagClassName
{
color: #C86EC1;
}
</style>
background-color css
<style>
a { background-color: #C86EC1; }
a { background-color: rgb(200,110,193); }
div.DivClassName
{
background-color: #C86EC1;
}
.BgClassName
{
background-color: #C86EC1;
}
</style>
border-color css
<style>
span { border-color: #C86EC1; }
span { border-color: rgb(200,110,193); }
td.TdClassName
{
border-color: #C86EC1;
}
.TagClassName
{
border-color: #C86EC1;
}
</style>