#C656BF

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

Shades of Fuchsia #C656BF

Tints of Fuchsia #C656BF

Color information

#C656BF (or 0xC656BF) is unknown color: approx Fuchsia. HEX triplet: C6, 56 and BF. RGB value is (198,86,191). Sum of RGB (Red+Green+Blue) = 198+86+191=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C656BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656BF is #39A940. Grayscale: #838383. Windows color (decimal): -3778881 or 12539590. OLE color: 12539590.

HSL color Cylindrical-coordinate representation of color #C656BF: hue angle of 303.75º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C656BF is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19886191-
CMYK00.570.040.22
HSL303.75º49.56%55.69%-
HSV(B)303.75º56.57%77.65%-
XYZ36.0222.4251.72-
YUV131.46161.61175.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 86 (33.98% from 255) = 18.11%
BLUE value IS 191 (75% from 255) = 40.21%
R=41.68%
G=18.11%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988619100.570.040.22303.7549.5655.69
HexC656BF0394161303238
Octal3061262770714264606270
Binary11000110101011010111111011100110010110100110000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C656BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C656BF; }

 p { color: rgb(198,86,191); }

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

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

 a { background-color: rgb(198,86,191); }

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

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

 span { border-color: rgb(198,86,191); }

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