Shades of Fuchsia #C86BBC
Tints of Fuchsia #C86BBC
RGB
CMYK
RGB Variations
Color information
#C86BBC (or 0xC86BBC) is known color: Fuchsia. HEX triplet: C8, 6B and BC. RGB value is (200,107,188). Sum of RGB (Red+Green+Blue) = 200+107+188=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C86BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BBC is #379443. Grayscale: #8F8F8F. Windows color (decimal): -3642436 or 12348360. OLE color: 12348360.
HSL color Cylindrical-coordinate representation of color #C86BBC: hue angle of 307.74º 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 #C86BBC is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 107 | 188 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.22 |
| HSL | 307.74º | 0.46% | 0.6% | - |
| HSV(B) | 307.74º | 0.47% | 0.78% | - |
| XYZ | 38.15 | 26.43 | 50.67 | - |
| YUV | 144.04 | 152.81 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 188 | 0 | 0.46 | 0.06 | 0.22 | 307.74 | 0.46 | 0.6 |
| Hex | C8 | 6B | BC | 0 | 2E | 6 | 16 | 134 | 2E | 3C |
| Octal | 310 | 153 | 274 | 0 | 56 | 6 | 26 | 464 | 56 | 74 |
| Binary | 11001000 | 1101011 | 10111100 | 0 | 101110 | 110 | 10110 | 100110100 | 101110 | 111100 |
Color Harmonies of #C86BBC
Complementary color
Monochromatic Colors of #C86BBC
Black with #C86BBC
Text Example
Text Example
White with #C86BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BBC; }
p { color: rgb(200,107,188); }
H1.HeaderClassName
{
color: #C86BBC;
}
.AnyTagClassName
{
color: #C86BBC;
}
</style>
background-color css
<style>
a { background-color: #C86BBC; }
a { background-color: rgb(200,107,188); }
div.DivClassName
{
background-color: #C86BBC;
}
.BgClassName
{
background-color: #C86BBC;
}
</style>
border-color css
<style>
span { border-color: #C86BBC; }
span { border-color: rgb(200,107,188); }
td.TdClassName
{
border-color: #C86BBC;
}
.TagClassName
{
border-color: #C86BBC;
}
</style>