Shades of Fuchsia #C868BA
Tints of Fuchsia #C868BA
RGB
CMYK
RGB Variations
Color information
#C868BA (or 0xC868BA) is known color: Fuchsia. HEX triplet: C8, 68 and BA. RGB value is (200,104,186). Sum of RGB (Red+Green+Blue) = 200+104+186=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C868BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868BA is #379745. Grayscale: #8D8D8D. Windows color (decimal): -3643206 or 12216520. OLE color: 12216520.
HSL color Cylindrical-coordinate representation of color #C868BA: hue angle of 308.75º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C868BA is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 186 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.22 |
| HSL | 308.75º | 0.47% | 0.6% | - |
| HSV(B) | 308.75º | 0.48% | 0.78% | - |
| XYZ | 37.63 | 25.73 | 49.44 | - |
| YUV | 142.05 | 152.8 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 186 | 0 | 0.48 | 0.07 | 0.22 | 308.75 | 0.47 | 0.6 |
| Hex | C8 | 68 | BA | 0 | 30 | 7 | 16 | 135 | 2F | 3C |
| Octal | 310 | 150 | 272 | 0 | 60 | 7 | 26 | 465 | 57 | 74 |
| Binary | 11001000 | 1101000 | 10111010 | 0 | 110000 | 111 | 10110 | 100110101 | 101111 | 111100 |
Color Harmonies of #C868BA
Complementary color
Monochromatic Colors of #C868BA
Black with #C868BA
Text Example
Text Example
White with #C868BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868BA; }
p { color: rgb(200,104,186); }
H1.HeaderClassName
{
color: #C868BA;
}
.AnyTagClassName
{
color: #C868BA;
}
</style>
background-color css
<style>
a { background-color: #C868BA; }
a { background-color: rgb(200,104,186); }
div.DivClassName
{
background-color: #C868BA;
}
.BgClassName
{
background-color: #C868BA;
}
</style>
border-color css
<style>
span { border-color: #C868BA; }
span { border-color: rgb(200,104,186); }
td.TdClassName
{
border-color: #C868BA;
}
.TagClassName
{
border-color: #C868BA;
}
</style>