Shades of Fuchsia #C567BE
Tints of Fuchsia #C567BE
RGB
CMYK
RGB Variations
Color information
#C567BE (or 0xC567BE) is known color: Fuchsia. HEX triplet: C5, 67 and BE. RGB value is (197,103,190). Sum of RGB (Red+Green+Blue) = 197+103+190=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C567BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C567BE is #3A9841. Grayscale: #8C8C8C. Windows color (decimal): -3840066 or 12478405. OLE color: 12478405.
HSL color Cylindrical-coordinate representation of color #C567BE: hue angle of 304.47º 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 #C567BE is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 190 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.23 |
| HSL | 304.47º | 0.45% | 0.59% | - |
| HSV(B) | 304.47º | 0.48% | 0.77% | - |
| XYZ | 37.17 | 25.29 | 51.64 | - |
| YUV | 141.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 190 | 0 | 0.48 | 0.04 | 0.23 | 304.47 | 0.45 | 0.59 |
| Hex | C5 | 67 | BE | 0 | 30 | 4 | 17 | 130 | 2D | 3B |
| Octal | 305 | 147 | 276 | 0 | 60 | 4 | 27 | 460 | 55 | 73 |
| Binary | 11000101 | 1100111 | 10111110 | 0 | 110000 | 100 | 10111 | 100110000 | 101101 | 111011 |
Color Harmonies of #C567BE
Complementary color
Monochromatic Colors of #C567BE
Black with #C567BE
Text Example
Text Example
White with #C567BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C567BE; }
p { color: rgb(197,103,190); }
H1.HeaderClassName
{
color: #C567BE;
}
.AnyTagClassName
{
color: #C567BE;
}
</style>
background-color css
<style>
a { background-color: #C567BE; }
a { background-color: rgb(197,103,190); }
div.DivClassName
{
background-color: #C567BE;
}
.BgClassName
{
background-color: #C567BE;
}
</style>
border-color css
<style>
span { border-color: #C567BE; }
span { border-color: rgb(197,103,190); }
td.TdClassName
{
border-color: #C567BE;
}
.TagClassName
{
border-color: #C567BE;
}
</style>