Shades of Fuchsia #C86BC1
Tints of Fuchsia #C86BC1
RGB
CMYK
RGB Variations
Color information
#C86BC1 (or 0xC86BC1) is known color: Fuchsia. HEX triplet: C8, 6B and C1. RGB value is (200,107,193). Sum of RGB (Red+Green+Blue) = 200+107+193=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C86BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BC1 is #37943E. Grayscale: #909090. Windows color (decimal): -3642431 or 12676040. OLE color: 12676040.
HSL color Cylindrical-coordinate representation of color #C86BC1: hue angle of 304.52º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86BC1 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 107 | 193 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.22 |
| HSL | 304.52º | 0.46% | 0.6% | - |
| HSV(B) | 304.52º | 0.47% | 0.78% | - |
| XYZ | 38.7 | 26.65 | 53.56 | - |
| YUV | 144.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 193 | 0 | 0.46 | 0.04 | 0.22 | 304.52 | 0.46 | 0.6 |
| Hex | C8 | 6B | C1 | 0 | 2E | 4 | 16 | 131 | 2E | 3C |
| Octal | 310 | 153 | 301 | 0 | 56 | 4 | 26 | 461 | 56 | 74 |
| Binary | 11001000 | 1101011 | 11000001 | 0 | 101110 | 100 | 10110 | 100110001 | 101110 | 111100 |
Color Harmonies of #C86BC1
Complementary color
Monochromatic Colors of #C86BC1
Black with #C86BC1
Text Example
Text Example
White with #C86BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BC1; }
p { color: rgb(200,107,193); }
H1.HeaderClassName
{
color: #C86BC1;
}
.AnyTagClassName
{
color: #C86BC1;
}
</style>
background-color css
<style>
a { background-color: #C86BC1; }
a { background-color: rgb(200,107,193); }
div.DivClassName
{
background-color: #C86BC1;
}
.BgClassName
{
background-color: #C86BC1;
}
</style>
border-color css
<style>
span { border-color: #C86BC1; }
span { border-color: rgb(200,107,193); }
td.TdClassName
{
border-color: #C86BC1;
}
.TagClassName
{
border-color: #C86BC1;
}
</style>