Shades of Fuchsia #C86DB7
Tints of Fuchsia #C86DB7
RGB
CMYK
RGB Variations
Color information
#C86DB7 (or 0xC86DB7) is known color: Fuchsia. HEX triplet: C8, 6D and B7. RGB value is (200,109,183). Sum of RGB (Red+Green+Blue) = 200+109+183=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DB7 is #379248. Grayscale: #909090. Windows color (decimal): -3641929 or 12021192. OLE color: 12021192.
HSL color Cylindrical-coordinate representation of color #C86DB7: hue angle of 311.21º 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 #C86DB7 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 183 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.22 |
| HSL | 311.21º | 0.45% | 0.61% | - |
| HSV(B) | 311.21º | 0.46% | 0.78% | - |
| XYZ | 37.84 | 26.64 | 47.95 | - |
| YUV | 144.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 183 | 0 | 0.46 | 0.08 | 0.22 | 311.21 | 0.45 | 0.61 |
| Hex | C8 | 6D | B7 | 0 | 2E | 8 | 16 | 137 | 2D | 3D |
| Octal | 310 | 155 | 267 | 0 | 56 | 10 | 26 | 467 | 55 | 75 |
| Binary | 11001000 | 1101101 | 10110111 | 0 | 101110 | 1000 | 10110 | 100110111 | 101101 | 111101 |
Color Harmonies of #C86DB7
Complementary color
Monochromatic Colors of #C86DB7
Black with #C86DB7
Text Example
Text Example
White with #C86DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DB7; }
p { color: rgb(200,109,183); }
H1.HeaderClassName
{
color: #C86DB7;
}
.AnyTagClassName
{
color: #C86DB7;
}
</style>
background-color css
<style>
a { background-color: #C86DB7; }
a { background-color: rgb(200,109,183); }
div.DivClassName
{
background-color: #C86DB7;
}
.BgClassName
{
background-color: #C86DB7;
}
</style>
border-color css
<style>
span { border-color: #C86DB7; }
span { border-color: rgb(200,109,183); }
td.TdClassName
{
border-color: #C86DB7;
}
.TagClassName
{
border-color: #C86DB7;
}
</style>