Shades of Fuchsia #C86BBB
Tints of Fuchsia #C86BBB
RGB
CMYK
RGB Variations
Color information
#C86BBB (or 0xC86BBB) is known color: Fuchsia. HEX triplet: C8, 6B and BB. RGB value is (200,107,187). Sum of RGB (Red+Green+Blue) = 200+107+187=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C86BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BBB is #379444. Grayscale: #8F8F8F. Windows color (decimal): -3642437 or 12282824. OLE color: 12282824.
HSL color Cylindrical-coordinate representation of color #C86BBB: hue angle of 308.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 #C86BBB is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 107 | 187 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.22 |
| HSL | 308.39º | 0.46% | 0.6% | - |
| HSV(B) | 308.39º | 0.47% | 0.78% | - |
| XYZ | 38.05 | 26.38 | 50.1 | - |
| YUV | 143.93 | 152.31 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 187 | 0 | 0.46 | 0.06 | 0.22 | 308.39 | 0.46 | 0.6 |
| Hex | C8 | 6B | BB | 0 | 2E | 6 | 16 | 134 | 2E | 3C |
| Octal | 310 | 153 | 273 | 0 | 56 | 6 | 26 | 464 | 56 | 74 |
| Binary | 11001000 | 1101011 | 10111011 | 0 | 101110 | 110 | 10110 | 100110100 | 101110 | 111100 |
Color Harmonies of #C86BBB
Complementary color
Monochromatic Colors of #C86BBB
Black with #C86BBB
Text Example
Text Example
White with #C86BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BBB; }
p { color: rgb(200,107,187); }
H1.HeaderClassName
{
color: #C86BBB;
}
.AnyTagClassName
{
color: #C86BBB;
}
</style>
background-color css
<style>
a { background-color: #C86BBB; }
a { background-color: rgb(200,107,187); }
div.DivClassName
{
background-color: #C86BBB;
}
.BgClassName
{
background-color: #C86BBB;
}
</style>
border-color css
<style>
span { border-color: #C86BBB; }
span { border-color: rgb(200,107,187); }
td.TdClassName
{
border-color: #C86BBB;
}
.TagClassName
{
border-color: #C86BBB;
}
</style>