Shades of Fuchsia #C86ABE
Tints of Fuchsia #C86ABE
RGB
CMYK
RGB Variations
Color information
#C86ABE (or 0xC86ABE) is known color: Fuchsia. HEX triplet: C8, 6A and BE. RGB value is (200,106,190). Sum of RGB (Red+Green+Blue) = 200+106+190=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C86ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ABE is #379541. Grayscale: #8F8F8F. Windows color (decimal): -3642690 or 12479176. OLE color: 12479176.
HSL color Cylindrical-coordinate representation of color #C86ABE: hue angle of 306.38º 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 #C86ABE is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 190 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.22 |
| HSL | 306.38º | 0.46% | 0.6% | - |
| HSV(B) | 306.38º | 0.47% | 0.78% | - |
| XYZ | 38.27 | 26.31 | 51.78 | - |
| YUV | 143.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 190 | 0 | 0.47 | 0.05 | 0.22 | 306.38 | 0.46 | 0.6 |
| Hex | C8 | 6A | BE | 0 | 2F | 5 | 16 | 132 | 2E | 3C |
| Octal | 310 | 152 | 276 | 0 | 57 | 5 | 26 | 462 | 56 | 74 |
| Binary | 11001000 | 1101010 | 10111110 | 0 | 101111 | 101 | 10110 | 100110010 | 101110 | 111100 |
Color Harmonies of #C86ABE
Complementary color
Monochromatic Colors of #C86ABE
Black with #C86ABE
Text Example
Text Example
White with #C86ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86ABE; }
p { color: rgb(200,106,190); }
H1.HeaderClassName
{
color: #C86ABE;
}
.AnyTagClassName
{
color: #C86ABE;
}
</style>
background-color css
<style>
a { background-color: #C86ABE; }
a { background-color: rgb(200,106,190); }
div.DivClassName
{
background-color: #C86ABE;
}
.BgClassName
{
background-color: #C86ABE;
}
</style>
border-color css
<style>
span { border-color: #C86ABE; }
span { border-color: rgb(200,106,190); }
td.TdClassName
{
border-color: #C86ABE;
}
.TagClassName
{
border-color: #C86ABE;
}
</style>