Shades of Fuchsia #C567BD
Tints of Fuchsia #C567BD
RGB
CMYK
RGB Variations
Color information
#C567BD (or 0xC567BD) is known color: Fuchsia. HEX triplet: C5, 67 and BD. RGB value is (197,103,189). Sum of RGB (Red+Green+Blue) = 197+103+189=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C567BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C567BD is #3A9842. Grayscale: #8C8C8C. Windows color (decimal): -3840067 or 12412869. OLE color: 12412869.
HSL color Cylindrical-coordinate representation of color #C567BD: hue angle of 305.11º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C567BD is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 189 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.23 |
| HSL | 305.11º | 0.45% | 0.59% | - |
| HSV(B) | 305.11º | 0.48% | 0.77% | - |
| XYZ | 37.06 | 25.24 | 51.06 | - |
| YUV | 140.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 189 | 0 | 0.48 | 0.04 | 0.23 | 305.11 | 0.45 | 0.59 |
| Hex | C5 | 67 | BD | 0 | 30 | 4 | 17 | 131 | 2D | 3B |
| Octal | 305 | 147 | 275 | 0 | 60 | 4 | 27 | 461 | 55 | 73 |
| Binary | 11000101 | 1100111 | 10111101 | 0 | 110000 | 100 | 10111 | 100110001 | 101101 | 111011 |
Color Harmonies of #C567BD
Complementary color
Monochromatic Colors of #C567BD
Black with #C567BD
Text Example
Text Example
White with #C567BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C567BD; }
p { color: rgb(197,103,189); }
H1.HeaderClassName
{
color: #C567BD;
}
.AnyTagClassName
{
color: #C567BD;
}
</style>
background-color css
<style>
a { background-color: #C567BD; }
a { background-color: rgb(197,103,189); }
div.DivClassName
{
background-color: #C567BD;
}
.BgClassName
{
background-color: #C567BD;
}
</style>
border-color css
<style>
span { border-color: #C567BD; }
span { border-color: rgb(197,103,189); }
td.TdClassName
{
border-color: #C567BD;
}
.TagClassName
{
border-color: #C567BD;
}
</style>