Shades of Fuchsia #C565AD
Tints of Fuchsia #C565AD
RGB
CMYK
RGB Variations
Color information
#C565AD (or 0xC565AD) is known color: Fuchsia. HEX triplet: C5, 65 and AD. RGB value is (197,101,173). Sum of RGB (Red+Green+Blue) = 197+101+173=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C565AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C565AD is #3A9A52. Grayscale: #898989. Windows color (decimal): -3840595 or 11363781. OLE color: 11363781.
HSL color Cylindrical-coordinate representation of color #C565AD: hue angle of 315º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C565AD is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 173 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.23 |
| HSL | 315º | 0.45% | 0.58% | - |
| HSV(B) | 315º | 0.49% | 0.77% | - |
| XYZ | 35.22 | 24.19 | 42.35 | - |
| YUV | 137.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 173 | 0 | 0.49 | 0.12 | 0.23 | 315 | 0.45 | 0.58 |
| Hex | C5 | 65 | AD | 0 | 31 | C | 17 | 13B | 2D | 3A |
| Octal | 305 | 145 | 255 | 0 | 61 | 14 | 27 | 473 | 55 | 72 |
| Binary | 11000101 | 1100101 | 10101101 | 0 | 110001 | 1100 | 10111 | 100111011 | 101101 | 111010 |
Color Harmonies of #C565AD
Complementary color
Monochromatic Colors of #C565AD
Black with #C565AD
Text Example
Text Example
White with #C565AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565AD; }
p { color: rgb(197,101,173); }
H1.HeaderClassName
{
color: #C565AD;
}
.AnyTagClassName
{
color: #C565AD;
}
</style>
background-color css
<style>
a { background-color: #C565AD; }
a { background-color: rgb(197,101,173); }
div.DivClassName
{
background-color: #C565AD;
}
.BgClassName
{
background-color: #C565AD;
}
</style>
border-color css
<style>
span { border-color: #C565AD; }
span { border-color: rgb(197,101,173); }
td.TdClassName
{
border-color: #C565AD;
}
.TagClassName
{
border-color: #C565AD;
}
</style>