Shades of Fuchsia #C86AB9
Tints of Fuchsia #C86AB9
RGB
CMYK
RGB Variations
Color information
#C86AB9 (or 0xC86AB9) is known color: Fuchsia. HEX triplet: C8, 6A and B9. RGB value is (200,106,185). Sum of RGB (Red+Green+Blue) = 200+106+185=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C86AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86AB9 is #379546. Grayscale: #8E8E8E. Windows color (decimal): -3642695 or 12151496. OLE color: 12151496.
HSL color Cylindrical-coordinate representation of color #C86AB9: hue angle of 309.57º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86AB9 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 185 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.22 |
| HSL | 309.57º | 0.46% | 0.6% | - |
| HSV(B) | 309.57º | 0.47% | 0.78% | - |
| XYZ | 37.73 | 26.09 | 48.95 | - |
| YUV | 143.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 185 | 0 | 0.47 | 0.08 | 0.22 | 309.57 | 0.46 | 0.6 |
| Hex | C8 | 6A | B9 | 0 | 2F | 8 | 16 | 136 | 2E | 3C |
| Octal | 310 | 152 | 271 | 0 | 57 | 10 | 26 | 466 | 56 | 74 |
| Binary | 11001000 | 1101010 | 10111001 | 0 | 101111 | 1000 | 10110 | 100110110 | 101110 | 111100 |
Color Harmonies of #C86AB9
Complementary color
Monochromatic Colors of #C86AB9
Black with #C86AB9
Text Example
Text Example
White with #C86AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86AB9; }
p { color: rgb(200,106,185); }
H1.HeaderClassName
{
color: #C86AB9;
}
.AnyTagClassName
{
color: #C86AB9;
}
</style>
background-color css
<style>
a { background-color: #C86AB9; }
a { background-color: rgb(200,106,185); }
div.DivClassName
{
background-color: #C86AB9;
}
.BgClassName
{
background-color: #C86AB9;
}
</style>
border-color css
<style>
span { border-color: #C86AB9; }
span { border-color: rgb(200,106,185); }
td.TdClassName
{
border-color: #C86AB9;
}
.TagClassName
{
border-color: #C86AB9;
}
</style>