Shades of Fuchsia #C655B7
Tints of Fuchsia #C655B7
RGB
CMYK
RGB Variations
Color information
#C655B7 (or 0xC655B7) is known color: Fuchsia. HEX triplet: C6, 55 and B7. RGB value is (198,85,183). Sum of RGB (Red+Green+Blue) = 198+85+183=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C655B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655B7 is #39AA48. Grayscale: #818181. Windows color (decimal): -3779145 or 12015046. OLE color: 12015046.
HSL color Cylindrical-coordinate representation of color #C655B7: hue angle of 307.96º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C655B7 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 183 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.22 |
| HSL | 307.96º | 0.5% | 0.55% | - |
| HSV(B) | 307.96º | 0.57% | 0.78% | - |
| XYZ | 35.08 | 21.92 | 47.18 | - |
| YUV | 129.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 183 | 0 | 0.57 | 0.08 | 0.22 | 307.96 | 0.5 | 0.55 |
| Hex | C6 | 55 | B7 | 0 | 39 | 8 | 16 | 134 | 32 | 37 |
| Octal | 306 | 125 | 267 | 0 | 71 | 10 | 26 | 464 | 62 | 67 |
| Binary | 11000110 | 1010101 | 10110111 | 0 | 111001 | 1000 | 10110 | 100110100 | 110010 | 110111 |
Color Harmonies of #C655B7
Complementary color
Monochromatic Colors of #C655B7
Black with #C655B7
Text Example
Text Example
White with #C655B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C655B7; }
p { color: rgb(198,85,183); }
H1.HeaderClassName
{
color: #C655B7;
}
.AnyTagClassName
{
color: #C655B7;
}
</style>
background-color css
<style>
a { background-color: #C655B7; }
a { background-color: rgb(198,85,183); }
div.DivClassName
{
background-color: #C655B7;
}
.BgClassName
{
background-color: #C655B7;
}
</style>
border-color css
<style>
span { border-color: #C655B7; }
span { border-color: rgb(198,85,183); }
td.TdClassName
{
border-color: #C655B7;
}
.TagClassName
{
border-color: #C655B7;
}
</style>