Shades of Fuchsia #C566CC
Tints of Fuchsia #C566CC
RGB
CMYK
RGB Variations
Color information
#C566CC (or 0xC566CC) is known color: Fuchsia. HEX triplet: C5, 66 and CC. RGB value is (197,102,204). Sum of RGB (Red+Green+Blue) = 197+102+204=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #C566CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566CC is #3A9933. Grayscale: #8D8D8D. Windows color (decimal): -3840308 or 13395653. OLE color: 13395653.
HSL color Cylindrical-coordinate representation of color #C566CC: hue angle of 295.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C566CC is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 102 | 204 | - |
| CMYK | 0.03 | 0.5 | 0 | 0.2 |
| HSL | 295.88º | 0.5% | 0.6% | - |
| HSV(B) | 295.88º | 0.5% | 0.8% | - |
| XYZ | 38.68 | 25.73 | 60.06 | - |
| YUV | 142.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 204 | 0.03 | 0.5 | 0 | 0.2 | 295.88 | 0.5 | 0.6 |
| Hex | C5 | 66 | CC | 3 | 32 | 0 | 14 | 128 | 32 | 3C |
| Octal | 305 | 146 | 314 | 3 | 62 | 0 | 24 | 450 | 62 | 74 |
| Binary | 11000101 | 1100110 | 11001100 | 11 | 110010 | 0 | 10100 | 100101000 | 110010 | 111100 |
Color Harmonies of #C566CC
Complementary color
Monochromatic Colors of #C566CC
Black with #C566CC
Text Example
Text Example
White with #C566CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C566CC; }
p { color: rgb(197,102,204); }
H1.HeaderClassName
{
color: #C566CC;
}
.AnyTagClassName
{
color: #C566CC;
}
</style>
background-color css
<style>
a { background-color: #C566CC; }
a { background-color: rgb(197,102,204); }
div.DivClassName
{
background-color: #C566CC;
}
.BgClassName
{
background-color: #C566CC;
}
</style>
border-color css
<style>
span { border-color: #C566CC; }
span { border-color: rgb(197,102,204); }
td.TdClassName
{
border-color: #C566CC;
}
.TagClassName
{
border-color: #C566CC;
}
</style>