Shades of Fuchsia #C86CBF
Tints of Fuchsia #C86CBF
RGB
CMYK
RGB Variations
Color information
#C86CBF (or 0xC86CBF) is known color: Fuchsia. HEX triplet: C8, 6C and BF. RGB value is (200,108,191). Sum of RGB (Red+Green+Blue) = 200+108+191=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CBF is #379340. Grayscale: #909090. Windows color (decimal): -3642177 or 12545224. OLE color: 12545224.
HSL color Cylindrical-coordinate representation of color #C86CBF: hue angle of 305.87º 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 #C86CBF is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 191 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.22 |
| HSL | 305.87º | 0.46% | 0.6% | - |
| HSV(B) | 305.87º | 0.46% | 0.78% | - |
| XYZ | 38.59 | 26.77 | 52.42 | - |
| YUV | 144.97 | 153.98 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 191 | 0 | 0.46 | 0.04 | 0.22 | 305.87 | 0.46 | 0.6 |
| Hex | C8 | 6C | BF | 0 | 2E | 4 | 16 | 132 | 2E | 3C |
| Octal | 310 | 154 | 277 | 0 | 56 | 4 | 26 | 462 | 56 | 74 |
| Binary | 11001000 | 1101100 | 10111111 | 0 | 101110 | 100 | 10110 | 100110010 | 101110 | 111100 |
Color Harmonies of #C86CBF
Complementary color
Monochromatic Colors of #C86CBF
Black with #C86CBF
Text Example
Text Example
White with #C86CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CBF; }
p { color: rgb(200,108,191); }
H1.HeaderClassName
{
color: #C86CBF;
}
.AnyTagClassName
{
color: #C86CBF;
}
</style>
background-color css
<style>
a { background-color: #C86CBF; }
a { background-color: rgb(200,108,191); }
div.DivClassName
{
background-color: #C86CBF;
}
.BgClassName
{
background-color: #C86CBF;
}
</style>
border-color css
<style>
span { border-color: #C86CBF; }
span { border-color: rgb(200,108,191); }
td.TdClassName
{
border-color: #C86CBF;
}
.TagClassName
{
border-color: #C86CBF;
}
</style>