Shades of Fuchsia #C565C6
Tints of Fuchsia #C565C6
RGB
CMYK
RGB Variations
Color information
#C565C6 (or 0xC565C6) is known color: Fuchsia. HEX triplet: C5, 65 and C6. RGB value is (197,101,198). Sum of RGB (Red+Green+Blue) = 197+101+198=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 198 - color contains mainly: blue. Hex color #C565C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565C6 is #3A9A39. Grayscale: #8C8C8C. Windows color (decimal): -3840570 or 13002181. OLE color: 13002181.
HSL color Cylindrical-coordinate representation of color #C565C6: hue angle of 299.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C565C6 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 101 | 198 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.22 |
| HSL | 299.38º | 0.46% | 0.59% | - |
| HSV(B) | 299.38º | 0.49% | 0.78% | - |
| XYZ | 37.87 | 25.25 | 56.3 | - |
| YUV | 140.76 | 160.3 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 198 | 0.01 | 0.49 | 0 | 0.22 | 299.38 | 0.46 | 0.59 |
| Hex | C5 | 65 | C6 | 1 | 31 | 0 | 16 | 12B | 2E | 3B |
| Octal | 305 | 145 | 306 | 1 | 61 | 0 | 26 | 453 | 56 | 73 |
| Binary | 11000101 | 1100101 | 11000110 | 1 | 110001 | 0 | 10110 | 100101011 | 101110 | 111011 |
Color Harmonies of #C565C6
Complementary color
Monochromatic Colors of #C565C6
Black with #C565C6
Text Example
Text Example
White with #C565C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565C6; }
p { color: rgb(197,101,198); }
H1.HeaderClassName
{
color: #C565C6;
}
.AnyTagClassName
{
color: #C565C6;
}
</style>
background-color css
<style>
a { background-color: #C565C6; }
a { background-color: rgb(197,101,198); }
div.DivClassName
{
background-color: #C565C6;
}
.BgClassName
{
background-color: #C565C6;
}
</style>
border-color css
<style>
span { border-color: #C565C6; }
span { border-color: rgb(197,101,198); }
td.TdClassName
{
border-color: #C565C6;
}
.TagClassName
{
border-color: #C565C6;
}
</style>