Shades of Fuchsia #C86DB2
Tints of Fuchsia #C86DB2
RGB
CMYK
RGB Variations
Color information
#C86DB2 (or 0xC86DB2) is known color: Fuchsia. HEX triplet: C8, 6D and B2. RGB value is (200,109,178). Sum of RGB (Red+Green+Blue) = 200+109+178=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86DB2 is #37924D. Grayscale: #8F8F8F. Windows color (decimal): -3641934 or 11693512. OLE color: 11693512.
HSL color Cylindrical-coordinate representation of color #C86DB2: hue angle of 314.51º 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 #C86DB2 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 178 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.22 |
| HSL | 314.51º | 0.45% | 0.61% | - |
| HSV(B) | 314.51º | 0.46% | 0.78% | - |
| XYZ | 37.32 | 26.43 | 45.25 | - |
| YUV | 144.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 178 | 0 | 0.46 | 0.11 | 0.22 | 314.51 | 0.45 | 0.61 |
| Hex | C8 | 6D | B2 | 0 | 2E | B | 16 | 13B | 2D | 3D |
| Octal | 310 | 155 | 262 | 0 | 56 | 13 | 26 | 473 | 55 | 75 |
| Binary | 11001000 | 1101101 | 10110010 | 0 | 101110 | 1011 | 10110 | 100111011 | 101101 | 111101 |
Color Harmonies of #C86DB2
Complementary color
Monochromatic Colors of #C86DB2
Black with #C86DB2
Text Example
Text Example
White with #C86DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DB2; }
p { color: rgb(200,109,178); }
H1.HeaderClassName
{
color: #C86DB2;
}
.AnyTagClassName
{
color: #C86DB2;
}
</style>
background-color css
<style>
a { background-color: #C86DB2; }
a { background-color: rgb(200,109,178); }
div.DivClassName
{
background-color: #C86DB2;
}
.BgClassName
{
background-color: #C86DB2;
}
</style>
border-color css
<style>
span { border-color: #C86DB2; }
span { border-color: rgb(200,109,178); }
td.TdClassName
{
border-color: #C86DB2;
}
.TagClassName
{
border-color: #C86DB2;
}
</style>