Shades of Fuchsia #C654B7
Tints of Fuchsia #C654B7
RGB
CMYK
RGB Variations
Color information
#C654B7 (or 0xC654B7) is known color: Fuchsia. HEX triplet: C6, 54 and B7. RGB value is (198,84,183). Sum of RGB (Red+Green+Blue) = 198+84+183=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C654B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654B7 is #39AB48. Grayscale: #818181. Windows color (decimal): -3779401 or 12014790. OLE color: 12014790.
HSL color Cylindrical-coordinate representation of color #C654B7: hue angle of 307.89º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C654B7 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 183 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.22 |
| HSL | 307.89º | 0.5% | 0.55% | - |
| HSV(B) | 307.89º | 0.58% | 0.78% | - |
| XYZ | 35.01 | 21.77 | 47.16 | - |
| YUV | 129.37 | 158.27 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 183 | 0 | 0.58 | 0.08 | 0.22 | 307.89 | 0.5 | 0.55 |
| Hex | C6 | 54 | B7 | 0 | 3A | 8 | 16 | 134 | 32 | 37 |
| Octal | 306 | 124 | 267 | 0 | 72 | 10 | 26 | 464 | 62 | 67 |
| Binary | 11000110 | 1010100 | 10110111 | 0 | 111010 | 1000 | 10110 | 100110100 | 110010 | 110111 |
Color Harmonies of #C654B7
Complementary color
Monochromatic Colors of #C654B7
Black with #C654B7
Text Example
Text Example
White with #C654B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C654B7; }
p { color: rgb(198,84,183); }
H1.HeaderClassName
{
color: #C654B7;
}
.AnyTagClassName
{
color: #C654B7;
}
</style>
background-color css
<style>
a { background-color: #C654B7; }
a { background-color: rgb(198,84,183); }
div.DivClassName
{
background-color: #C654B7;
}
.BgClassName
{
background-color: #C654B7;
}
</style>
border-color css
<style>
span { border-color: #C654B7; }
span { border-color: rgb(198,84,183); }
td.TdClassName
{
border-color: #C654B7;
}
.TagClassName
{
border-color: #C654B7;
}
</style>