Shades of Fuchsia #C568CD
Tints of Fuchsia #C568CD
RGB
CMYK
RGB Variations
Color information
#C568CD (or 0xC568CD) is known color: Fuchsia. HEX triplet: C5, 68 and CD. RGB value is (197,104,205). Sum of RGB (Red+Green+Blue) = 197+104+205=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #C568CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568CD is #3A9732. Grayscale: #8F8F8F. Windows color (decimal): -3839795 or 13461701. OLE color: 13461701.
HSL color Cylindrical-coordinate representation of color #C568CD: hue angle of 295.25º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C568CD is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 104 | 205 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.20 |
| HSL | 295.25º | 0.5% | 0.61% | - |
| HSV(B) | 295.25º | 0.49% | 0.8% | - |
| XYZ | 39 | 26.18 | 60.76 | - |
| YUV | 143.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 205 | 0.04 | 0.49 | 0 | 0.20 | 295.25 | 0.5 | 0.61 |
| Hex | C5 | 68 | CD | 4 | 31 | 0 | 14 | 127 | 32 | 3D |
| Octal | 305 | 150 | 315 | 4 | 61 | 0 | 24 | 447 | 62 | 75 |
| Binary | 11000101 | 1101000 | 11001101 | 100 | 110001 | 0 | 10100 | 100100111 | 110010 | 111101 |
Color Harmonies of #C568CD
Complementary color
Monochromatic Colors of #C568CD
Black with #C568CD
Text Example
Text Example
White with #C568CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C568CD; }
p { color: rgb(197,104,205); }
H1.HeaderClassName
{
color: #C568CD;
}
.AnyTagClassName
{
color: #C568CD;
}
</style>
background-color css
<style>
a { background-color: #C568CD; }
a { background-color: rgb(197,104,205); }
div.DivClassName
{
background-color: #C568CD;
}
.BgClassName
{
background-color: #C568CD;
}
</style>
border-color css
<style>
span { border-color: #C568CD; }
span { border-color: rgb(197,104,205); }
td.TdClassName
{
border-color: #C568CD;
}
.TagClassName
{
border-color: #C568CD;
}
</style>