Shades of Fuchsia #C86BC4
Tints of Fuchsia #C86BC4
RGB
CMYK
RGB Variations
Color information
#C86BC4 (or 0xC86BC4) is known color: Fuchsia. HEX triplet: C8, 6B and C4. RGB value is (200,107,196). Sum of RGB (Red+Green+Blue) = 200+107+196=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C86BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BC4 is #37943B. Grayscale: #909090. Windows color (decimal): -3642428 or 12872648. OLE color: 12872648.
HSL color Cylindrical-coordinate representation of color #C86BC4: hue angle of 302.58º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86BC4 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 107 | 196 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.22 |
| HSL | 302.58º | 0.46% | 0.6% | - |
| HSV(B) | 302.58º | 0.47% | 0.78% | - |
| XYZ | 39.04 | 26.78 | 55.34 | - |
| YUV | 144.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 196 | 0 | 0.46 | 0.02 | 0.22 | 302.58 | 0.46 | 0.6 |
| Hex | C8 | 6B | C4 | 0 | 2E | 2 | 16 | 12F | 2E | 3C |
| Octal | 310 | 153 | 304 | 0 | 56 | 2 | 26 | 457 | 56 | 74 |
| Binary | 11001000 | 1101011 | 11000100 | 0 | 101110 | 10 | 10110 | 100101111 | 101110 | 111100 |
Color Harmonies of #C86BC4
Complementary color
Monochromatic Colors of #C86BC4
Black with #C86BC4
Text Example
Text Example
White with #C86BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BC4; }
p { color: rgb(200,107,196); }
H1.HeaderClassName
{
color: #C86BC4;
}
.AnyTagClassName
{
color: #C86BC4;
}
</style>
background-color css
<style>
a { background-color: #C86BC4; }
a { background-color: rgb(200,107,196); }
div.DivClassName
{
background-color: #C86BC4;
}
.BgClassName
{
background-color: #C86BC4;
}
</style>
border-color css
<style>
span { border-color: #C86BC4; }
span { border-color: rgb(200,107,196); }
td.TdClassName
{
border-color: #C86BC4;
}
.TagClassName
{
border-color: #C86BC4;
}
</style>