#C56BBF

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

Shades of Fuchsia #C56BBF

Tints of Fuchsia #C56BBF

Color information

#C56BBF (or 0xC56BBF) is unknown color: approx Fuchsia. HEX triplet: C5, 6B and BF. RGB value is (197,107,191). Sum of RGB (Red+Green+Blue) = 197+107+191=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C56BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BBF is #3A9440. Grayscale: #8F8F8F. Windows color (decimal): -3839041 or 12544965. OLE color: 12544965.

HSL color Cylindrical-coordinate representation of color #C56BBF: hue angle of 304º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56BBF is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB197107191-
CMYK00.460.030.23
HSL304º43.69%59.61%-
HSV(B)304º45.69%77.25%-
XYZ37.6926.1552.35-
YUV143.49154.82166.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.80%
GREEN value IS 107 (42.19% from 255) = 21.62%
BLUE value IS 191 (75% from 255) = 38.59%
R=39.80%
G=21.62%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710719100.460.030.2330443.6959.61
HexC56BBF02E3171302c3c
Octal3051532770563274605474
Binary1100010111010111011111101011101110111100110000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56BBF; }

 p { color: rgb(197,107,191); }

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

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

 a { background-color: rgb(197,107,191); }

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

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

 span { border-color: rgb(197,107,191); }

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