#C567BA

Color #C567BA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C567BA

Tints of Fuchsia #C567BA

Color information

#C567BA (or 0xC567BA) is unknown color: approx Fuchsia. HEX triplet: C5, 67 and BA. RGB value is (197,103,186). Sum of RGB (Red+Green+Blue) = 197+103+186=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C567BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C567BA is #3A9845. Grayscale: #8C8C8C. Windows color (decimal): -3840070 or 12216261. OLE color: 12216261.

HSL color Cylindrical-coordinate representation of color #C567BA: hue angle of 307.02º 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 #C567BA is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197103186-
CMYK00.480.060.23
HSL307.02º44.76%58.82%-
HSV(B)307.02º47.72%77.25%-
XYZ36.7425.1249.37-
YUV140.57153.64168.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 40.53%
GREEN value IS 103 (40.62% from 255) = 21.19%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=40.53%
G=21.19%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710318600.480.060.23307.0244.7658.82
HexC567BA0306171332d3b
Octal3051472720606274635573
Binary11000101110011110111010011000011010111100110011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C567BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C567BA; }

 p { color: rgb(197,103,186); }

 H1.HeaderClassName
 {
   color: #C567BA;
 }
 .AnyTagClassName
 {
   color: #C567BA;
 }
</style>
background-color css

<style>
 a { background-color: #C567BA; }

 a { background-color: rgb(197,103,186); }

 div.DivClassName
 {
   background-color: #C567BA;
 }
 .BgClassName
 {
   background-color: #C567BA;
 }
</style>
border-color css

<style>
 span { border-color: #C567BA; }

 span { border-color: rgb(197,103,186); }

 td.TdClassName
 {
   border-color: #C567BA;
 }
 .TagClassName
 {
   border-color: #C567BA;
 }
</style>