Shades of Fuchsia #C654CE
Tints of Fuchsia #C654CE
RGB
CMYK
RGB Variations
Color information
#C654CE (or 0xC654CE) is known color: Fuchsia. HEX triplet: C6, 54 and CE. RGB value is (198,84,206). Sum of RGB (Red+Green+Blue) = 198+84+206=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #C654CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654CE is #39AB31. Grayscale: #838383. Windows color (decimal): -3779378 or 13522118. OLE color: 13522118.
HSL color Cylindrical-coordinate representation of color #C654CE: hue angle of 296.07º 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 #C654CE is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 84 | 206 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.19 |
| HSL | 296.07º | 0.55% | 0.57% | - |
| HSV(B) | 296.07º | 0.59% | 0.81% | - |
| XYZ | 37.6 | 22.8 | 60.81 | - |
| YUV | 131.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 206 | 0.04 | 0.59 | 0 | 0.19 | 296.07 | 0.55 | 0.57 |
| Hex | C6 | 54 | CE | 4 | 3B | 0 | 13 | 128 | 37 | 39 |
| Octal | 306 | 124 | 316 | 4 | 73 | 0 | 23 | 450 | 67 | 71 |
| Binary | 11000110 | 1010100 | 11001110 | 100 | 111011 | 0 | 10011 | 100101000 | 110111 | 111001 |
Color Harmonies of #C654CE
Complementary color
Monochromatic Colors of #C654CE
Black with #C654CE
Text Example
Text Example
White with #C654CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C654CE; }
p { color: rgb(198,84,206); }
H1.HeaderClassName
{
color: #C654CE;
}
.AnyTagClassName
{
color: #C654CE;
}
</style>
background-color css
<style>
a { background-color: #C654CE; }
a { background-color: rgb(198,84,206); }
div.DivClassName
{
background-color: #C654CE;
}
.BgClassName
{
background-color: #C654CE;
}
</style>
border-color css
<style>
span { border-color: #C654CE; }
span { border-color: rgb(198,84,206); }
td.TdClassName
{
border-color: #C654CE;
}
.TagClassName
{
border-color: #C654CE;
}
</style>