Shades of Fuchsia #C567AD
Tints of Fuchsia #C567AD
RGB
CMYK
RGB Variations
Color information
#C567AD (or 0xC567AD) is known color: Fuchsia. HEX triplet: C5, 67 and AD. RGB value is (197,103,173). Sum of RGB (Red+Green+Blue) = 197+103+173=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C567AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C567AD is #3A9852. Grayscale: #8A8A8A. Windows color (decimal): -3840083 or 11364293. OLE color: 11364293.
HSL color Cylindrical-coordinate representation of color #C567AD: hue angle of 315.32º 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 #C567AD is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 173 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.23 |
| HSL | 315.32º | 0.45% | 0.59% | - |
| HSV(B) | 315.32º | 0.48% | 0.77% | - |
| XYZ | 35.42 | 24.59 | 42.41 | - |
| YUV | 139.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 173 | 0 | 0.48 | 0.12 | 0.23 | 315.32 | 0.45 | 0.59 |
| Hex | C5 | 67 | AD | 0 | 30 | C | 17 | 13B | 2D | 3B |
| Octal | 305 | 147 | 255 | 0 | 60 | 14 | 27 | 473 | 55 | 73 |
| Binary | 11000101 | 1100111 | 10101101 | 0 | 110000 | 1100 | 10111 | 100111011 | 101101 | 111011 |
Color Harmonies of #C567AD
Complementary color
Monochromatic Colors of #C567AD
Black with #C567AD
Text Example
Text Example
White with #C567AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C567AD; }
p { color: rgb(197,103,173); }
H1.HeaderClassName
{
color: #C567AD;
}
.AnyTagClassName
{
color: #C567AD;
}
</style>
background-color css
<style>
a { background-color: #C567AD; }
a { background-color: rgb(197,103,173); }
div.DivClassName
{
background-color: #C567AD;
}
.BgClassName
{
background-color: #C567AD;
}
</style>
border-color css
<style>
span { border-color: #C567AD; }
span { border-color: rgb(197,103,173); }
td.TdClassName
{
border-color: #C567AD;
}
.TagClassName
{
border-color: #C567AD;
}
</style>