Shades of Fuchsia #C564CD
Tints of Fuchsia #C564CD
RGB
CMYK
RGB Variations
Color information
#C564CD (or 0xC564CD) is known color: Fuchsia. HEX triplet: C5, 64 and CD. RGB value is (197,100,205). Sum of RGB (Red+Green+Blue) = 197+100+205=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #C564CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564CD is #3A9B32. Grayscale: #8C8C8C. Windows color (decimal): -3840819 or 13460677. OLE color: 13460677.
HSL color Cylindrical-coordinate representation of color #C564CD: hue angle of 295.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C564CD is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 100 | 205 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.20 |
| HSL | 295.43º | 0.51% | 0.6% | - |
| HSV(B) | 295.43º | 0.51% | 0.8% | - |
| XYZ | 38.6 | 25.39 | 60.62 | - |
| YUV | 140.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 205 | 0.04 | 0.51 | 0 | 0.20 | 295.43 | 0.51 | 0.6 |
| Hex | C5 | 64 | CD | 4 | 33 | 0 | 14 | 127 | 33 | 3C |
| Octal | 305 | 144 | 315 | 4 | 63 | 0 | 24 | 447 | 63 | 74 |
| Binary | 11000101 | 1100100 | 11001101 | 100 | 110011 | 0 | 10100 | 100100111 | 110011 | 111100 |
Color Harmonies of #C564CD
Complementary color
Monochromatic Colors of #C564CD
Black with #C564CD
Text Example
Text Example
White with #C564CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564CD; }
p { color: rgb(197,100,205); }
H1.HeaderClassName
{
color: #C564CD;
}
.AnyTagClassName
{
color: #C564CD;
}
</style>
background-color css
<style>
a { background-color: #C564CD; }
a { background-color: rgb(197,100,205); }
div.DivClassName
{
background-color: #C564CD;
}
.BgClassName
{
background-color: #C564CD;
}
</style>
border-color css
<style>
span { border-color: #C564CD; }
span { border-color: rgb(197,100,205); }
td.TdClassName
{
border-color: #C564CD;
}
.TagClassName
{
border-color: #C564CD;
}
</style>