Shades of Fuchsia #C86EB1
Tints of Fuchsia #C86EB1
RGB
CMYK
RGB Variations
Color information
#C86EB1 (or 0xC86EB1) is known color: Fuchsia. HEX triplet: C8, 6E and B1. RGB value is (200,110,177). Sum of RGB (Red+Green+Blue) = 200+110+177=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86EB1 is #37914E. Grayscale: #909090. Windows color (decimal): -3641679 or 11628232. OLE color: 11628232.
HSL color Cylindrical-coordinate representation of color #C86EB1: hue angle of 315.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 #C86EB1 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 177 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.22 |
| HSL | 315.33º | 0.45% | 0.61% | - |
| HSV(B) | 315.33º | 0.45% | 0.78% | - |
| XYZ | 37.33 | 26.61 | 44.76 | - |
| YUV | 144.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 177 | 0 | 0.45 | 0.12 | 0.22 | 315.33 | 0.45 | 0.61 |
| Hex | C8 | 6E | B1 | 0 | 2D | C | 16 | 13B | 2D | 3D |
| Octal | 310 | 156 | 261 | 0 | 55 | 14 | 26 | 473 | 55 | 75 |
| Binary | 11001000 | 1101110 | 10110001 | 0 | 101101 | 1100 | 10110 | 100111011 | 101101 | 111101 |
Color Harmonies of #C86EB1
Complementary color
Monochromatic Colors of #C86EB1
Black with #C86EB1
Text Example
Text Example
White with #C86EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EB1; }
p { color: rgb(200,110,177); }
H1.HeaderClassName
{
color: #C86EB1;
}
.AnyTagClassName
{
color: #C86EB1;
}
</style>
background-color css
<style>
a { background-color: #C86EB1; }
a { background-color: rgb(200,110,177); }
div.DivClassName
{
background-color: #C86EB1;
}
.BgClassName
{
background-color: #C86EB1;
}
</style>
border-color css
<style>
span { border-color: #C86EB1; }
span { border-color: rgb(200,110,177); }
td.TdClassName
{
border-color: #C86EB1;
}
.TagClassName
{
border-color: #C86EB1;
}
</style>