Shades of Fuchsia #C86FBC
Tints of Fuchsia #C86FBC
RGB
CMYK
RGB Variations
Color information
#C86FBC (or 0xC86FBC) is known color: Fuchsia. HEX triplet: C8, 6F and BC. RGB value is (200,111,188). Sum of RGB (Red+Green+Blue) = 200+111+188=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FBC is #379043. Grayscale: #929292. Windows color (decimal): -3641412 or 12349384. OLE color: 12349384.
HSL color Cylindrical-coordinate representation of color #C86FBC: hue angle of 308.09º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C86FBC is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 188 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.22 |
| HSL | 308.09º | 0.45% | 0.61% | - |
| HSV(B) | 308.09º | 0.45% | 0.78% | - |
| XYZ | 38.58 | 27.28 | 50.81 | - |
| YUV | 146.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 188 | 0 | 0.44 | 0.06 | 0.22 | 308.09 | 0.45 | 0.61 |
| Hex | C8 | 6F | BC | 0 | 2C | 6 | 16 | 134 | 2D | 3D |
| Octal | 310 | 157 | 274 | 0 | 54 | 6 | 26 | 464 | 55 | 75 |
| Binary | 11001000 | 1101111 | 10111100 | 0 | 101100 | 110 | 10110 | 100110100 | 101101 | 111101 |
Color Harmonies of #C86FBC
Complementary color
Monochromatic Colors of #C86FBC
Black with #C86FBC
Text Example
Text Example
White with #C86FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86FBC; }
p { color: rgb(200,111,188); }
H1.HeaderClassName
{
color: #C86FBC;
}
.AnyTagClassName
{
color: #C86FBC;
}
</style>
background-color css
<style>
a { background-color: #C86FBC; }
a { background-color: rgb(200,111,188); }
div.DivClassName
{
background-color: #C86FBC;
}
.BgClassName
{
background-color: #C86FBC;
}
</style>
border-color css
<style>
span { border-color: #C86FBC; }
span { border-color: rgb(200,111,188); }
td.TdClassName
{
border-color: #C86FBC;
}
.TagClassName
{
border-color: #C86FBC;
}
</style>