#C56DBB

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

Shades of Fuchsia #C56DBB

Tints of Fuchsia #C56DBB

Color information

#C56DBB (or 0xC56DBB) is unknown color: approx Fuchsia. HEX triplet: C5, 6D and BB. RGB value is (197,109,187). Sum of RGB (Red+Green+Blue) = 197+109+187=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C56DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DBB is #3A9244. Grayscale: #8F8F8F. Windows color (decimal): -3838533 or 12283333. OLE color: 12283333.

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

Color convert

RGB197109187-
CMYK00.450.050.23
HSL306.82º43.14%60%-
HSV(B)306.82º44.67%77.25%-
XYZ37.4626.450.13-
YUV144.2152.15165.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 109 (42.97% from 255) = 22.11%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=39.96%
G=22.11%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710918700.450.050.23306.8243.1460
HexC56DBB02D5171332b3c
Octal3051552730555274635374
Binary11000101110110110111011010110110110111100110011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56DBB; }

 p { color: rgb(197,109,187); }

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

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

 a { background-color: rgb(197,109,187); }

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

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

 span { border-color: rgb(197,109,187); }

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