Shades of Fuchsia #C86CB5
Tints of Fuchsia #C86CB5
RGB
CMYK
RGB Variations
Color information
#C86CB5 (or 0xC86CB5) is known color: Fuchsia. HEX triplet: C8, 6C and B5. RGB value is (200,108,181). Sum of RGB (Red+Green+Blue) = 200+108+181=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CB5 is #37934A. Grayscale: #8F8F8F. Windows color (decimal): -3642187 or 11889864. OLE color: 11889864.
HSL color Cylindrical-coordinate representation of color #C86CB5: hue angle of 312.39º 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 #C86CB5 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 181 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.22 |
| HSL | 312.39º | 0.46% | 0.6% | - |
| HSV(B) | 312.39º | 0.46% | 0.78% | - |
| XYZ | 37.52 | 26.34 | 46.82 | - |
| YUV | 143.83 | 148.98 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 181 | 0 | 0.46 | 0.09 | 0.22 | 312.39 | 0.46 | 0.6 |
| Hex | C8 | 6C | B5 | 0 | 2E | 9 | 16 | 138 | 2E | 3C |
| Octal | 310 | 154 | 265 | 0 | 56 | 11 | 26 | 470 | 56 | 74 |
| Binary | 11001000 | 1101100 | 10110101 | 0 | 101110 | 1001 | 10110 | 100111000 | 101110 | 111100 |
Color Harmonies of #C86CB5
Complementary color
Monochromatic Colors of #C86CB5
Black with #C86CB5
Text Example
Text Example
White with #C86CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CB5; }
p { color: rgb(200,108,181); }
H1.HeaderClassName
{
color: #C86CB5;
}
.AnyTagClassName
{
color: #C86CB5;
}
</style>
background-color css
<style>
a { background-color: #C86CB5; }
a { background-color: rgb(200,108,181); }
div.DivClassName
{
background-color: #C86CB5;
}
.BgClassName
{
background-color: #C86CB5;
}
</style>
border-color css
<style>
span { border-color: #C86CB5; }
span { border-color: rgb(200,108,181); }
td.TdClassName
{
border-color: #C86CB5;
}
.TagClassName
{
border-color: #C86CB5;
}
</style>