Shades of Fuchsia #C86DBF
Tints of Fuchsia #C86DBF
RGB
CMYK
RGB Variations
Color information
#C86DBF (or 0xC86DBF) is known color: Fuchsia. HEX triplet: C8, 6D and BF. RGB value is (200,109,191). Sum of RGB (Red+Green+Blue) = 200+109+191=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DBF is #379240. Grayscale: #919191. Windows color (decimal): -3641921 or 12545480. OLE color: 12545480.
HSL color Cylindrical-coordinate representation of color #C86DBF: hue angle of 305.93º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86DBF is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 191 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.22 |
| HSL | 305.93º | 0.45% | 0.61% | - |
| HSV(B) | 305.93º | 0.46% | 0.78% | - |
| XYZ | 38.69 | 26.98 | 52.46 | - |
| YUV | 145.56 | 153.65 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 191 | 0 | 0.46 | 0.04 | 0.22 | 305.93 | 0.45 | 0.61 |
| Hex | C8 | 6D | BF | 0 | 2E | 4 | 16 | 132 | 2D | 3D |
| Octal | 310 | 155 | 277 | 0 | 56 | 4 | 26 | 462 | 55 | 75 |
| Binary | 11001000 | 1101101 | 10111111 | 0 | 101110 | 100 | 10110 | 100110010 | 101101 | 111101 |
Color Harmonies of #C86DBF
Complementary color
Monochromatic Colors of #C86DBF
Black with #C86DBF
Text Example
Text Example
White with #C86DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DBF; }
p { color: rgb(200,109,191); }
H1.HeaderClassName
{
color: #C86DBF;
}
.AnyTagClassName
{
color: #C86DBF;
}
</style>
background-color css
<style>
a { background-color: #C86DBF; }
a { background-color: rgb(200,109,191); }
div.DivClassName
{
background-color: #C86DBF;
}
.BgClassName
{
background-color: #C86DBF;
}
</style>
border-color css
<style>
span { border-color: #C86DBF; }
span { border-color: rgb(200,109,191); }
td.TdClassName
{
border-color: #C86DBF;
}
.TagClassName
{
border-color: #C86DBF;
}
</style>