Shades of Fuchsia #C86EBA
Tints of Fuchsia #C86EBA
RGB
CMYK
RGB Variations
Color information
#C86EBA (or 0xC86EBA) is known color: Fuchsia. HEX triplet: C8, 6E and BA. RGB value is (200,110,186). Sum of RGB (Red+Green+Blue) = 200+110+186=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EBA is #379145. Grayscale: #919191. Windows color (decimal): -3641670 or 12218056. OLE color: 12218056.
HSL color Cylindrical-coordinate representation of color #C86EBA: hue angle of 309.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86EBA is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 186 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.22 |
| HSL | 309.33º | 0.45% | 0.61% | - |
| HSV(B) | 309.33º | 0.45% | 0.78% | - |
| XYZ | 38.26 | 26.98 | 49.64 | - |
| YUV | 145.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 186 | 0 | 0.45 | 0.07 | 0.22 | 309.33 | 0.45 | 0.61 |
| Hex | C8 | 6E | BA | 0 | 2D | 7 | 16 | 135 | 2D | 3D |
| Octal | 310 | 156 | 272 | 0 | 55 | 7 | 26 | 465 | 55 | 75 |
| Binary | 11001000 | 1101110 | 10111010 | 0 | 101101 | 111 | 10110 | 100110101 | 101101 | 111101 |
Color Harmonies of #C86EBA
Complementary color
Monochromatic Colors of #C86EBA
Black with #C86EBA
Text Example
Text Example
White with #C86EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EBA; }
p { color: rgb(200,110,186); }
H1.HeaderClassName
{
color: #C86EBA;
}
.AnyTagClassName
{
color: #C86EBA;
}
</style>
background-color css
<style>
a { background-color: #C86EBA; }
a { background-color: rgb(200,110,186); }
div.DivClassName
{
background-color: #C86EBA;
}
.BgClassName
{
background-color: #C86EBA;
}
</style>
border-color css
<style>
span { border-color: #C86EBA; }
span { border-color: rgb(200,110,186); }
td.TdClassName
{
border-color: #C86EBA;
}
.TagClassName
{
border-color: #C86EBA;
}
</style>