Shades of Fuchsia #C567CD
Tints of Fuchsia #C567CD
RGB
CMYK
RGB Variations
Color information
#C567CD (or 0xC567CD) is known color: Fuchsia. HEX triplet: C5, 67 and CD. RGB value is (197,103,205). Sum of RGB (Red+Green+Blue) = 197+103+205=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #C567CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C567CD is #3A9832. Grayscale: #8E8E8E. Windows color (decimal): -3840051 or 13461445. OLE color: 13461445.
HSL color Cylindrical-coordinate representation of color #C567CD: hue angle of 295.29º degrees, saturation: 0.5, 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 #C567CD is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 103 | 205 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.20 |
| HSL | 295.29º | 0.5% | 0.6% | - |
| HSV(B) | 295.29º | 0.5% | 0.8% | - |
| XYZ | 38.9 | 25.98 | 60.72 | - |
| YUV | 142.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 205 | 0.04 | 0.50 | 0 | 0.20 | 295.29 | 0.5 | 0.6 |
| Hex | C5 | 67 | CD | 4 | 32 | 0 | 14 | 127 | 32 | 3C |
| Octal | 305 | 147 | 315 | 4 | 62 | 0 | 24 | 447 | 62 | 74 |
| Binary | 11000101 | 1100111 | 11001101 | 100 | 110010 | 0 | 10100 | 100100111 | 110010 | 111100 |
Color Harmonies of #C567CD
Complementary color
Monochromatic Colors of #C567CD
Black with #C567CD
Text Example
Text Example
White with #C567CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C567CD; }
p { color: rgb(197,103,205); }
H1.HeaderClassName
{
color: #C567CD;
}
.AnyTagClassName
{
color: #C567CD;
}
</style>
background-color css
<style>
a { background-color: #C567CD; }
a { background-color: rgb(197,103,205); }
div.DivClassName
{
background-color: #C567CD;
}
.BgClassName
{
background-color: #C567CD;
}
</style>
border-color css
<style>
span { border-color: #C567CD; }
span { border-color: rgb(197,103,205); }
td.TdClassName
{
border-color: #C567CD;
}
.TagClassName
{
border-color: #C567CD;
}
</style>