Shades of Fuchsia #C86CBA
Tints of Fuchsia #C86CBA
RGB
CMYK
RGB Variations
Color information
#C86CBA (or 0xC86CBA) is known color: Fuchsia. HEX triplet: C8, 6C and BA. RGB value is (200,108,186). Sum of RGB (Red+Green+Blue) = 200+108+186=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CBA is #379345. Grayscale: #909090. Windows color (decimal): -3642182 or 12217544. OLE color: 12217544.
HSL color Cylindrical-coordinate representation of color #C86CBA: hue angle of 309.13º 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 #C86CBA is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 186 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.22 |
| HSL | 309.13º | 0.46% | 0.6% | - |
| HSV(B) | 309.13º | 0.46% | 0.78% | - |
| XYZ | 38.04 | 26.55 | 49.57 | - |
| YUV | 144.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 186 | 0 | 0.46 | 0.07 | 0.22 | 309.13 | 0.46 | 0.6 |
| Hex | C8 | 6C | BA | 0 | 2E | 7 | 16 | 135 | 2E | 3C |
| Octal | 310 | 154 | 272 | 0 | 56 | 7 | 26 | 465 | 56 | 74 |
| Binary | 11001000 | 1101100 | 10111010 | 0 | 101110 | 111 | 10110 | 100110101 | 101110 | 111100 |
Color Harmonies of #C86CBA
Complementary color
Monochromatic Colors of #C86CBA
Black with #C86CBA
Text Example
Text Example
White with #C86CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CBA; }
p { color: rgb(200,108,186); }
H1.HeaderClassName
{
color: #C86CBA;
}
.AnyTagClassName
{
color: #C86CBA;
}
</style>
background-color css
<style>
a { background-color: #C86CBA; }
a { background-color: rgb(200,108,186); }
div.DivClassName
{
background-color: #C86CBA;
}
.BgClassName
{
background-color: #C86CBA;
}
</style>
border-color css
<style>
span { border-color: #C86CBA; }
span { border-color: rgb(200,108,186); }
td.TdClassName
{
border-color: #C86CBA;
}
.TagClassName
{
border-color: #C86CBA;
}
</style>