Shades of Fuchsia #C868B0
Tints of Fuchsia #C868B0
RGB
CMYK
RGB Variations
Color information
#C868B0 (or 0xC868B0) is known color: Fuchsia. HEX triplet: C8, 68 and B0. RGB value is (200,104,176). Sum of RGB (Red+Green+Blue) = 200+104+176=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C868B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C868B0 is #37974F. Grayscale: #8C8C8C. Windows color (decimal): -3643216 or 11561160. OLE color: 11561160.
HSL color Cylindrical-coordinate representation of color #C868B0: hue angle of 315º 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 #C868B0 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 176 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.22 |
| HSL | 315º | 0.47% | 0.6% | - |
| HSV(B) | 315º | 0.48% | 0.78% | - |
| XYZ | 36.61 | 25.31 | 44.03 | - |
| YUV | 140.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 176 | 0 | 0.48 | 0.12 | 0.22 | 315 | 0.47 | 0.6 |
| Hex | C8 | 68 | B0 | 0 | 30 | C | 16 | 13B | 2F | 3C |
| Octal | 310 | 150 | 260 | 0 | 60 | 14 | 26 | 473 | 57 | 74 |
| Binary | 11001000 | 1101000 | 10110000 | 0 | 110000 | 1100 | 10110 | 100111011 | 101111 | 111100 |
Color Harmonies of #C868B0
Complementary color
Monochromatic Colors of #C868B0
Black with #C868B0
Text Example
Text Example
White with #C868B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868B0; }
p { color: rgb(200,104,176); }
H1.HeaderClassName
{
color: #C868B0;
}
.AnyTagClassName
{
color: #C868B0;
}
</style>
background-color css
<style>
a { background-color: #C868B0; }
a { background-color: rgb(200,104,176); }
div.DivClassName
{
background-color: #C868B0;
}
.BgClassName
{
background-color: #C868B0;
}
</style>
border-color css
<style>
span { border-color: #C868B0; }
span { border-color: rgb(200,104,176); }
td.TdClassName
{
border-color: #C868B0;
}
.TagClassName
{
border-color: #C868B0;
}
</style>