Shades of Fuchsia #C56DB7
Tints of Fuchsia #C56DB7
RGB
CMYK
RGB Variations
Color information
#C56DB7 (or 0xC56DB7) is known color: Fuchsia. HEX triplet: C5, 6D and B7. RGB value is (197,109,183). Sum of RGB (Red+Green+Blue) = 197+109+183=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C56DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DB7 is #3A9248. Grayscale: #8F8F8F. Windows color (decimal): -3838537 or 12021189. OLE color: 12021189.
HSL color Cylindrical-coordinate representation of color #C56DB7: hue angle of 309.55º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C56DB7 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 183 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.23 |
| HSL | 309.55º | 0.43% | 0.6% | - |
| HSV(B) | 309.55º | 0.45% | 0.77% | - |
| XYZ | 37.04 | 26.23 | 47.91 | - |
| YUV | 143.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 183 | 0 | 0.45 | 0.07 | 0.23 | 309.55 | 0.43 | 0.6 |
| Hex | C5 | 6D | B7 | 0 | 2D | 7 | 17 | 136 | 2B | 3C |
| Octal | 305 | 155 | 267 | 0 | 55 | 7 | 27 | 466 | 53 | 74 |
| Binary | 11000101 | 1101101 | 10110111 | 0 | 101101 | 111 | 10111 | 100110110 | 101011 | 111100 |
Color Harmonies of #C56DB7
Complementary color
Monochromatic Colors of #C56DB7
Black with #C56DB7
Text Example
Text Example
White with #C56DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56DB7; }
p { color: rgb(197,109,183); }
H1.HeaderClassName
{
color: #C56DB7;
}
.AnyTagClassName
{
color: #C56DB7;
}
</style>
background-color css
<style>
a { background-color: #C56DB7; }
a { background-color: rgb(197,109,183); }
div.DivClassName
{
background-color: #C56DB7;
}
.BgClassName
{
background-color: #C56DB7;
}
</style>
border-color css
<style>
span { border-color: #C56DB7; }
span { border-color: rgb(197,109,183); }
td.TdClassName
{
border-color: #C56DB7;
}
.TagClassName
{
border-color: #C56DB7;
}
</style>