Shades of Fuchsia #C86DB4
Tints of Fuchsia #C86DB4
RGB
CMYK
RGB Variations
Color information
#C86DB4 (or 0xC86DB4) is known color: Fuchsia. HEX triplet: C8, 6D and B4. RGB value is (200,109,180). Sum of RGB (Red+Green+Blue) = 200+109+180=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DB4 is #37924B. Grayscale: #909090. Windows color (decimal): -3641932 or 11824584. OLE color: 11824584.
HSL color Cylindrical-coordinate representation of color #C86DB4: hue angle of 313.19º 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 #C86DB4 is Cyan = 0, Magento = 0.46, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 180 | - |
| CMYK | 0 | 0.46 | 0.1 | 0.22 |
| HSL | 313.19º | 0.45% | 0.61% | - |
| HSV(B) | 313.19º | 0.46% | 0.78% | - |
| XYZ | 37.53 | 26.51 | 46.32 | - |
| YUV | 144.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 180 | 0 | 0.46 | 0.1 | 0.22 | 313.19 | 0.45 | 0.61 |
| Hex | C8 | 6D | B4 | 0 | 2E | A | 16 | 139 | 2D | 3D |
| Octal | 310 | 155 | 264 | 0 | 56 | 12 | 26 | 471 | 55 | 75 |
| Binary | 11001000 | 1101101 | 10110100 | 0 | 101110 | 1010 | 10110 | 100111001 | 101101 | 111101 |
Color Harmonies of #C86DB4
Complementary color
Monochromatic Colors of #C86DB4
Black with #C86DB4
Text Example
Text Example
White with #C86DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DB4; }
p { color: rgb(200,109,180); }
H1.HeaderClassName
{
color: #C86DB4;
}
.AnyTagClassName
{
color: #C86DB4;
}
</style>
background-color css
<style>
a { background-color: #C86DB4; }
a { background-color: rgb(200,109,180); }
div.DivClassName
{
background-color: #C86DB4;
}
.BgClassName
{
background-color: #C86DB4;
}
</style>
border-color css
<style>
span { border-color: #C86DB4; }
span { border-color: rgb(200,109,180); }
td.TdClassName
{
border-color: #C86DB4;
}
.TagClassName
{
border-color: #C86DB4;
}
</style>