Shades of Fuchsia #C655CE
Tints of Fuchsia #C655CE
RGB
CMYK
RGB Variations
Color information
#C655CE (or 0xC655CE) is known color: Fuchsia. HEX triplet: C6, 55 and CE. RGB value is (198,85,206). Sum of RGB (Red+Green+Blue) = 198+85+206=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #C655CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655CE is #39AA31. Grayscale: #848484. Windows color (decimal): -3779122 or 13522374. OLE color: 13522374.
HSL color Cylindrical-coordinate representation of color #C655CE: hue angle of 296.03º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C655CE is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 85 | 206 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.19 |
| HSL | 296.03º | 0.55% | 0.57% | - |
| HSV(B) | 296.03º | 0.59% | 0.81% | - |
| XYZ | 37.68 | 22.96 | 60.84 | - |
| YUV | 132.58 | 169.44 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 206 | 0.04 | 0.59 | 0 | 0.19 | 296.03 | 0.55 | 0.57 |
| Hex | C6 | 55 | CE | 4 | 3B | 0 | 13 | 128 | 37 | 39 |
| Octal | 306 | 125 | 316 | 4 | 73 | 0 | 23 | 450 | 67 | 71 |
| Binary | 11000110 | 1010101 | 11001110 | 100 | 111011 | 0 | 10011 | 100101000 | 110111 | 111001 |
Color Harmonies of #C655CE
Complementary color
Monochromatic Colors of #C655CE
Black with #C655CE
Text Example
Text Example
White with #C655CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C655CE; }
p { color: rgb(198,85,206); }
H1.HeaderClassName
{
color: #C655CE;
}
.AnyTagClassName
{
color: #C655CE;
}
</style>
background-color css
<style>
a { background-color: #C655CE; }
a { background-color: rgb(198,85,206); }
div.DivClassName
{
background-color: #C655CE;
}
.BgClassName
{
background-color: #C655CE;
}
</style>
border-color css
<style>
span { border-color: #C655CE; }
span { border-color: rgb(198,85,206); }
td.TdClassName
{
border-color: #C655CE;
}
.TagClassName
{
border-color: #C655CE;
}
</style>