Shades of Fuchsia #C86FB7
Tints of Fuchsia #C86FB7
RGB
CMYK
RGB Variations
Color information
#C86FB7 (or 0xC86FB7) is known color: Fuchsia. HEX triplet: C8, 6F and B7. RGB value is (200,111,183). Sum of RGB (Red+Green+Blue) = 200+111+183=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FB7 is #379048. Grayscale: #919191. Windows color (decimal): -3641417 or 12021704. OLE color: 12021704.
HSL color Cylindrical-coordinate representation of color #C86FB7: hue angle of 311.46º 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 #C86FB7 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 183 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.22 |
| HSL | 311.46º | 0.45% | 0.61% | - |
| HSV(B) | 311.46º | 0.45% | 0.78% | - |
| XYZ | 38.05 | 27.07 | 48.02 | - |
| YUV | 145.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 183 | 0 | 0.44 | 0.08 | 0.22 | 311.46 | 0.45 | 0.61 |
| Hex | C8 | 6F | B7 | 0 | 2C | 8 | 16 | 137 | 2D | 3D |
| Octal | 310 | 157 | 267 | 0 | 54 | 10 | 26 | 467 | 55 | 75 |
| Binary | 11001000 | 1101111 | 10110111 | 0 | 101100 | 1000 | 10110 | 100110111 | 101101 | 111101 |
Color Harmonies of #C86FB7
Complementary color
Monochromatic Colors of #C86FB7
Black with #C86FB7
Text Example
Text Example
White with #C86FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86FB7; }
p { color: rgb(200,111,183); }
H1.HeaderClassName
{
color: #C86FB7;
}
.AnyTagClassName
{
color: #C86FB7;
}
</style>
background-color css
<style>
a { background-color: #C86FB7; }
a { background-color: rgb(200,111,183); }
div.DivClassName
{
background-color: #C86FB7;
}
.BgClassName
{
background-color: #C86FB7;
}
</style>
border-color css
<style>
span { border-color: #C86FB7; }
span { border-color: rgb(200,111,183); }
td.TdClassName
{
border-color: #C86FB7;
}
.TagClassName
{
border-color: #C86FB7;
}
</style>