Shades of Fuchsia #C566CD
Tints of Fuchsia #C566CD
RGB
CMYK
RGB Variations
Color information
#C566CD (or 0xC566CD) is known color: Fuchsia. HEX triplet: C5, 66 and CD. RGB value is (197,102,205). Sum of RGB (Red+Green+Blue) = 197+102+205=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #C566CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566CD is #3A9932. Grayscale: #8D8D8D. Windows color (decimal): -3840307 or 13461189. OLE color: 13461189.
HSL color Cylindrical-coordinate representation of color #C566CD: hue angle of 295.34º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C566CD is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 102 | 205 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.20 |
| HSL | 295.34º | 0.51% | 0.6% | - |
| HSV(B) | 295.34º | 0.5% | 0.8% | - |
| XYZ | 38.8 | 25.78 | 60.69 | - |
| YUV | 142.15 | 163.47 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 205 | 0.04 | 0.50 | 0 | 0.20 | 295.34 | 0.51 | 0.6 |
| Hex | C5 | 66 | CD | 4 | 32 | 0 | 14 | 127 | 33 | 3C |
| Octal | 305 | 146 | 315 | 4 | 62 | 0 | 24 | 447 | 63 | 74 |
| Binary | 11000101 | 1100110 | 11001101 | 100 | 110010 | 0 | 10100 | 100100111 | 110011 | 111100 |
Color Harmonies of #C566CD
Complementary color
Monochromatic Colors of #C566CD
Black with #C566CD
Text Example
Text Example
White with #C566CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C566CD; }
p { color: rgb(197,102,205); }
H1.HeaderClassName
{
color: #C566CD;
}
.AnyTagClassName
{
color: #C566CD;
}
</style>
background-color css
<style>
a { background-color: #C566CD; }
a { background-color: rgb(197,102,205); }
div.DivClassName
{
background-color: #C566CD;
}
.BgClassName
{
background-color: #C566CD;
}
</style>
border-color css
<style>
span { border-color: #C566CD; }
span { border-color: rgb(197,102,205); }
td.TdClassName
{
border-color: #C566CD;
}
.TagClassName
{
border-color: #C566CD;
}
</style>