Shades of Fuchsia #C567B4
Tints of Fuchsia #C567B4
RGB
CMYK
RGB Variations
Color information
#C567B4 (or 0xC567B4) is known color: Fuchsia. HEX triplet: C5, 67 and B4. RGB value is (197,103,180). Sum of RGB (Red+Green+Blue) = 197+103+180=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C567B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C567B4 is #3A984B. Grayscale: #8B8B8B. Windows color (decimal): -3840076 or 11823045. OLE color: 11823045.
HSL color Cylindrical-coordinate representation of color #C567B4: hue angle of 310.85º 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 #C567B4 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 180 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.23 |
| HSL | 310.85º | 0.45% | 0.59% | - |
| HSV(B) | 310.85º | 0.48% | 0.77% | - |
| XYZ | 36.11 | 24.87 | 46.08 | - |
| YUV | 139.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 180 | 0 | 0.48 | 0.09 | 0.23 | 310.85 | 0.45 | 0.59 |
| Hex | C5 | 67 | B4 | 0 | 30 | 9 | 17 | 137 | 2D | 3B |
| Octal | 305 | 147 | 264 | 0 | 60 | 11 | 27 | 467 | 55 | 73 |
| Binary | 11000101 | 1100111 | 10110100 | 0 | 110000 | 1001 | 10111 | 100110111 | 101101 | 111011 |
Color Harmonies of #C567B4
Complementary color
Monochromatic Colors of #C567B4
Black with #C567B4
Text Example
Text Example
White with #C567B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C567B4; }
p { color: rgb(197,103,180); }
H1.HeaderClassName
{
color: #C567B4;
}
.AnyTagClassName
{
color: #C567B4;
}
</style>
background-color css
<style>
a { background-color: #C567B4; }
a { background-color: rgb(197,103,180); }
div.DivClassName
{
background-color: #C567B4;
}
.BgClassName
{
background-color: #C567B4;
}
</style>
border-color css
<style>
span { border-color: #C567B4; }
span { border-color: rgb(197,103,180); }
td.TdClassName
{
border-color: #C567B4;
}
.TagClassName
{
border-color: #C567B4;
}
</style>