Shades of Fuchsia #C567B0
Tints of Fuchsia #C567B0
RGB
CMYK
RGB Variations
Color information
#C567B0 (or 0xC567B0) is known color: Fuchsia. HEX triplet: C5, 67 and B0. RGB value is (197,103,176). Sum of RGB (Red+Green+Blue) = 197+103+176=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C567B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C567B0 is #3A984F. Grayscale: #8B8B8B. Windows color (decimal): -3840080 or 11560901. OLE color: 11560901.
HSL color Cylindrical-coordinate representation of color #C567B0: hue angle of 313.4º 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 #C567B0 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 176 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.23 |
| HSL | 313.4º | 0.45% | 0.59% | - |
| HSV(B) | 313.4º | 0.48% | 0.77% | - |
| XYZ | 35.71 | 24.71 | 43.96 | - |
| YUV | 139.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 176 | 0 | 0.48 | 0.11 | 0.23 | 313.4 | 0.45 | 0.59 |
| Hex | C5 | 67 | B0 | 0 | 30 | B | 17 | 139 | 2D | 3B |
| Octal | 305 | 147 | 260 | 0 | 60 | 13 | 27 | 471 | 55 | 73 |
| Binary | 11000101 | 1100111 | 10110000 | 0 | 110000 | 1011 | 10111 | 100111001 | 101101 | 111011 |
Color Harmonies of #C567B0
Complementary color
Monochromatic Colors of #C567B0
Black with #C567B0
Text Example
Text Example
White with #C567B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C567B0; }
p { color: rgb(197,103,176); }
H1.HeaderClassName
{
color: #C567B0;
}
.AnyTagClassName
{
color: #C567B0;
}
</style>
background-color css
<style>
a { background-color: #C567B0; }
a { background-color: rgb(197,103,176); }
div.DivClassName
{
background-color: #C567B0;
}
.BgClassName
{
background-color: #C567B0;
}
</style>
border-color css
<style>
span { border-color: #C567B0; }
span { border-color: rgb(197,103,176); }
td.TdClassName
{
border-color: #C567B0;
}
.TagClassName
{
border-color: #C567B0;
}
</style>