Shades of Fuchsia #C566BD
Tints of Fuchsia #C566BD
RGB
CMYK
RGB Variations
Color information
#C566BD (or 0xC566BD) is known color: Fuchsia. HEX triplet: C5, 66 and BD. RGB value is (197,102,189). Sum of RGB (Red+Green+Blue) = 197+102+189=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C566BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566BD is #3A9942. Grayscale: #8C8C8C. Windows color (decimal): -3840323 or 12412613. OLE color: 12412613.
HSL color Cylindrical-coordinate representation of color #C566BD: hue angle of 305.05º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C566BD is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 189 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.23 |
| HSL | 305.05º | 0.45% | 0.59% | - |
| HSV(B) | 305.05º | 0.48% | 0.77% | - |
| XYZ | 36.96 | 25.05 | 51.03 | - |
| YUV | 140.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 189 | 0 | 0.48 | 0.04 | 0.23 | 305.05 | 0.45 | 0.59 |
| Hex | C5 | 66 | BD | 0 | 30 | 4 | 17 | 131 | 2D | 3B |
| Octal | 305 | 146 | 275 | 0 | 60 | 4 | 27 | 461 | 55 | 73 |
| Binary | 11000101 | 1100110 | 10111101 | 0 | 110000 | 100 | 10111 | 100110001 | 101101 | 111011 |
Color Harmonies of #C566BD
Complementary color
Monochromatic Colors of #C566BD
Black with #C566BD
Text Example
Text Example
White with #C566BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C566BD; }
p { color: rgb(197,102,189); }
H1.HeaderClassName
{
color: #C566BD;
}
.AnyTagClassName
{
color: #C566BD;
}
</style>
background-color css
<style>
a { background-color: #C566BD; }
a { background-color: rgb(197,102,189); }
div.DivClassName
{
background-color: #C566BD;
}
.BgClassName
{
background-color: #C566BD;
}
</style>
border-color css
<style>
span { border-color: #C566BD; }
span { border-color: rgb(197,102,189); }
td.TdClassName
{
border-color: #C566BD;
}
.TagClassName
{
border-color: #C566BD;
}
</style>