Shades of Fuchsia #C86EC0
Tints of Fuchsia #C86EC0
RGB
CMYK
RGB Variations
Color information
#C86EC0 (or 0xC86EC0) is known color: Fuchsia. HEX triplet: C8, 6E and C0. RGB value is (200,110,192). Sum of RGB (Red+Green+Blue) = 200+110+192=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EC0 is #37913F. Grayscale: #929292. Windows color (decimal): -3641664 or 12611272. OLE color: 12611272.
HSL color Cylindrical-coordinate representation of color #C86EC0: hue angle of 305.33º 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 #C86EC0 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 192 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.22 |
| HSL | 305.33º | 0.45% | 0.61% | - |
| HSV(B) | 305.33º | 0.45% | 0.78% | - |
| XYZ | 38.91 | 27.24 | 53.08 | - |
| YUV | 146.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 192 | 0 | 0.45 | 0.04 | 0.22 | 305.33 | 0.45 | 0.61 |
| Hex | C8 | 6E | C0 | 0 | 2D | 4 | 16 | 131 | 2D | 3D |
| Octal | 310 | 156 | 300 | 0 | 55 | 4 | 26 | 461 | 55 | 75 |
| Binary | 11001000 | 1101110 | 11000000 | 0 | 101101 | 100 | 10110 | 100110001 | 101101 | 111101 |
Color Harmonies of #C86EC0
Complementary color
Monochromatic Colors of #C86EC0
Black with #C86EC0
Text Example
Text Example
White with #C86EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EC0; }
p { color: rgb(200,110,192); }
H1.HeaderClassName
{
color: #C86EC0;
}
.AnyTagClassName
{
color: #C86EC0;
}
</style>
background-color css
<style>
a { background-color: #C86EC0; }
a { background-color: rgb(200,110,192); }
div.DivClassName
{
background-color: #C86EC0;
}
.BgClassName
{
background-color: #C86EC0;
}
</style>
border-color css
<style>
span { border-color: #C86EC0; }
span { border-color: rgb(200,110,192); }
td.TdClassName
{
border-color: #C86EC0;
}
.TagClassName
{
border-color: #C86EC0;
}
</style>