Shades of Fuchsia #C568CB
Tints of Fuchsia #C568CB
RGB
CMYK
RGB Variations
Color information
#C568CB (or 0xC568CB) is known color: Fuchsia. HEX triplet: C5, 68 and CB. RGB value is (197,104,203). Sum of RGB (Red+Green+Blue) = 197+104+203=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #C568CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568CB is #3A9734. Grayscale: #8E8E8E. Windows color (decimal): -3839797 or 13330629. OLE color: 13330629.
HSL color Cylindrical-coordinate representation of color #C568CB: hue angle of 296.36º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C568CB is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 104 | 203 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.20 |
| HSL | 296.36º | 0.49% | 0.6% | - |
| HSV(B) | 296.36º | 0.49% | 0.8% | - |
| XYZ | 38.76 | 26.08 | 59.49 | - |
| YUV | 143.09 | 161.81 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 203 | 0.03 | 0.49 | 0 | 0.20 | 296.36 | 0.49 | 0.6 |
| Hex | C5 | 68 | CB | 3 | 31 | 0 | 14 | 128 | 31 | 3C |
| Octal | 305 | 150 | 313 | 3 | 61 | 0 | 24 | 450 | 61 | 74 |
| Binary | 11000101 | 1101000 | 11001011 | 11 | 110001 | 0 | 10100 | 100101000 | 110001 | 111100 |
Color Harmonies of #C568CB
Complementary color
Monochromatic Colors of #C568CB
Black with #C568CB
Text Example
Text Example
White with #C568CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C568CB; }
p { color: rgb(197,104,203); }
H1.HeaderClassName
{
color: #C568CB;
}
.AnyTagClassName
{
color: #C568CB;
}
</style>
background-color css
<style>
a { background-color: #C568CB; }
a { background-color: rgb(197,104,203); }
div.DivClassName
{
background-color: #C568CB;
}
.BgClassName
{
background-color: #C568CB;
}
</style>
border-color css
<style>
span { border-color: #C568CB; }
span { border-color: rgb(197,104,203); }
td.TdClassName
{
border-color: #C568CB;
}
.TagClassName
{
border-color: #C568CB;
}
</style>