#C656BA

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

Shades of Fuchsia #C656BA

Tints of Fuchsia #C656BA

Color information

#C656BA (or 0xC656BA) is unknown color: approx Fuchsia. HEX triplet: C6, 56 and BA. RGB value is (198,86,186). Sum of RGB (Red+Green+Blue) = 198+86+186=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C656BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656BA is #39A945. Grayscale: #828282. Windows color (decimal): -3778886 or 12211910. OLE color: 12211910.

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

Color convert

RGB19886186-
CMYK00.570.060.22
HSL306.43º49.56%55.69%-
HSV(B)306.43º56.57%77.65%-
XYZ35.4822.2148.87-
YUV130.89159.11175.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.13%
GREEN value IS 86 (33.98% from 255) = 18.30%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=42.13%
G=18.30%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988618600.570.060.22306.4349.5655.69
HexC656BA0396161323238
Octal3061262720716264626270
Binary11000110101011010111010011100111010110100110010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C656BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C656BA; }

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

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

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

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

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

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

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

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