#C567B6

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

Shades of Fuchsia #C567B6

Tints of Fuchsia #C567B6

Color information

#C567B6 (or 0xC567B6) is unknown color: approx Fuchsia. HEX triplet: C5, 67 and B6. RGB value is (197,103,182). Sum of RGB (Red+Green+Blue) = 197+103+182=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C567B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C567B6 is #3A9849. Grayscale: #8B8B8B. Windows color (decimal): -3840074 or 11954117. OLE color: 11954117.

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

Color convert

RGB197103182-
CMYK00.480.080.23
HSL309.57º44.76%58.82%-
HSV(B)309.57º47.72%77.25%-
XYZ36.3224.9547.16-
YUV140.11151.64168.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.87%
GREEN value IS 103 (40.62% from 255) = 21.37%
BLUE value IS 182 (71.48% from 255) = 37.76%
R=40.87%
G=21.37%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710318200.480.080.23309.5744.7658.82
HexC567B60308171362d3b
Octal30514726606010274665573
Binary110001011100111101101100110000100010111100110110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C567B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C567B6; }

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

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

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

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

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

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

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

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