Shades of Fuchsia #C86CB9
Tints of Fuchsia #C86CB9
RGB
CMYK
RGB Variations
Color information
#C86CB9 (or 0xC86CB9) is known color: Fuchsia. HEX triplet: C8, 6C and B9. RGB value is (200,108,185). Sum of RGB (Red+Green+Blue) = 200+108+185=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CB9 is #379346. Grayscale: #909090. Windows color (decimal): -3642183 or 12152008. OLE color: 12152008.
HSL color Cylindrical-coordinate representation of color #C86CB9: hue angle of 309.78º 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 #C86CB9 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 185 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.22 |
| HSL | 309.78º | 0.46% | 0.6% | - |
| HSV(B) | 309.78º | 0.46% | 0.78% | - |
| XYZ | 37.94 | 26.51 | 49.02 | - |
| YUV | 144.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 185 | 0 | 0.46 | 0.08 | 0.22 | 309.78 | 0.46 | 0.6 |
| Hex | C8 | 6C | B9 | 0 | 2E | 8 | 16 | 136 | 2E | 3C |
| Octal | 310 | 154 | 271 | 0 | 56 | 10 | 26 | 466 | 56 | 74 |
| Binary | 11001000 | 1101100 | 10111001 | 0 | 101110 | 1000 | 10110 | 100110110 | 101110 | 111100 |
Color Harmonies of #C86CB9
Complementary color
Monochromatic Colors of #C86CB9
Black with #C86CB9
Text Example
Text Example
White with #C86CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CB9; }
p { color: rgb(200,108,185); }
H1.HeaderClassName
{
color: #C86CB9;
}
.AnyTagClassName
{
color: #C86CB9;
}
</style>
background-color css
<style>
a { background-color: #C86CB9; }
a { background-color: rgb(200,108,185); }
div.DivClassName
{
background-color: #C86CB9;
}
.BgClassName
{
background-color: #C86CB9;
}
</style>
border-color css
<style>
span { border-color: #C86CB9; }
span { border-color: rgb(200,108,185); }
td.TdClassName
{
border-color: #C86CB9;
}
.TagClassName
{
border-color: #C86CB9;
}
</style>