Shades of Fuchsia #C86AB4
Tints of Fuchsia #C86AB4
RGB
CMYK
RGB Variations
Color information
#C86AB4 (or 0xC86AB4) is known color: Fuchsia. HEX triplet: C8, 6A and B4. RGB value is (200,106,180). Sum of RGB (Red+Green+Blue) = 200+106+180=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C86AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86AB4 is #37954B. Grayscale: #8E8E8E. Windows color (decimal): -3642700 or 11823816. OLE color: 11823816.
HSL color Cylindrical-coordinate representation of color #C86AB4: hue angle of 312.77º 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 #C86AB4 is Cyan = 0, Magento = 0.47, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 180 | - |
| CMYK | 0 | 0.47 | 0.1 | 0.22 |
| HSL | 312.77º | 0.46% | 0.6% | - |
| HSV(B) | 312.77º | 0.47% | 0.78% | - |
| XYZ | 37.21 | 25.88 | 46.21 | - |
| YUV | 142.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 180 | 0 | 0.47 | 0.1 | 0.22 | 312.77 | 0.46 | 0.6 |
| Hex | C8 | 6A | B4 | 0 | 2F | A | 16 | 139 | 2E | 3C |
| Octal | 310 | 152 | 264 | 0 | 57 | 12 | 26 | 471 | 56 | 74 |
| Binary | 11001000 | 1101010 | 10110100 | 0 | 101111 | 1010 | 10110 | 100111001 | 101110 | 111100 |
Color Harmonies of #C86AB4
Complementary color
Monochromatic Colors of #C86AB4
Black with #C86AB4
Text Example
Text Example
White with #C86AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86AB4; }
p { color: rgb(200,106,180); }
H1.HeaderClassName
{
color: #C86AB4;
}
.AnyTagClassName
{
color: #C86AB4;
}
</style>
background-color css
<style>
a { background-color: #C86AB4; }
a { background-color: rgb(200,106,180); }
div.DivClassName
{
background-color: #C86AB4;
}
.BgClassName
{
background-color: #C86AB4;
}
</style>
border-color css
<style>
span { border-color: #C86AB4; }
span { border-color: rgb(200,106,180); }
td.TdClassName
{
border-color: #C86AB4;
}
.TagClassName
{
border-color: #C86AB4;
}
</style>