#C656BD

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

Shades of Fuchsia #C656BD

Tints of Fuchsia #C656BD

Color information

#C656BD (or 0xC656BD) is unknown color: approx Fuchsia. HEX triplet: C6, 56 and BD. RGB value is (198,86,189). Sum of RGB (Red+Green+Blue) = 198+86+189=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C656BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656BD is #39A942. Grayscale: #828282. Windows color (decimal): -3778883 or 12408518. OLE color: 12408518.

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

Color convert

RGB19886189-
CMYK00.570.050.22
HSL304.82º49.56%55.69%-
HSV(B)304.82º56.57%77.65%-
XYZ35.822.3450.57-
YUV131.23160.61175.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 86 (33.98% from 255) = 18.18%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=41.86%
G=18.18%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988618900.570.050.22304.8249.5655.69
HexC656BD0395161313238
Octal3061262750715264616270
Binary11000110101011010111101011100110110110100110001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C656BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C656BD; }

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

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

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

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

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

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

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

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