Shades of Fuchsia #C86CBB
Tints of Fuchsia #C86CBB
RGB
CMYK
RGB Variations
Color information
#C86CBB (or 0xC86CBB) is known color: Fuchsia. HEX triplet: C8, 6C and BB. RGB value is (200,108,187). Sum of RGB (Red+Green+Blue) = 200+108+187=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CBB is #379344. Grayscale: #909090. Windows color (decimal): -3642181 or 12283080. OLE color: 12283080.
HSL color Cylindrical-coordinate representation of color #C86CBB: hue angle of 308.48º 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 #C86CBB is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 187 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.22 |
| HSL | 308.48º | 0.46% | 0.6% | - |
| HSV(B) | 308.48º | 0.46% | 0.78% | - |
| XYZ | 38.15 | 26.59 | 50.14 | - |
| YUV | 144.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 187 | 0 | 0.46 | 0.06 | 0.22 | 308.48 | 0.46 | 0.6 |
| Hex | C8 | 6C | BB | 0 | 2E | 6 | 16 | 134 | 2E | 3C |
| Octal | 310 | 154 | 273 | 0 | 56 | 6 | 26 | 464 | 56 | 74 |
| Binary | 11001000 | 1101100 | 10111011 | 0 | 101110 | 110 | 10110 | 100110100 | 101110 | 111100 |
Color Harmonies of #C86CBB
Complementary color
Monochromatic Colors of #C86CBB
Black with #C86CBB
Text Example
Text Example
White with #C86CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CBB; }
p { color: rgb(200,108,187); }
H1.HeaderClassName
{
color: #C86CBB;
}
.AnyTagClassName
{
color: #C86CBB;
}
</style>
background-color css
<style>
a { background-color: #C86CBB; }
a { background-color: rgb(200,108,187); }
div.DivClassName
{
background-color: #C86CBB;
}
.BgClassName
{
background-color: #C86CBB;
}
</style>
border-color css
<style>
span { border-color: #C86CBB; }
span { border-color: rgb(200,108,187); }
td.TdClassName
{
border-color: #C86CBB;
}
.TagClassName
{
border-color: #C86CBB;
}
</style>