#C56ACB

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

Shades of Fuchsia #C56ACB

Tints of Fuchsia #C56ACB

Color information

#C56ACB (or 0xC56ACB) is unknown color: approx Fuchsia. HEX triplet: C5, 6A and CB. RGB value is (197,106,203). Sum of RGB (Red+Green+Blue) = 197+106+203=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #C56ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ACB is #3A9534. Grayscale: #8F8F8F. Windows color (decimal): -3839285 or 13331141. OLE color: 13331141.

HSL color Cylindrical-coordinate representation of color #C56ACB: hue angle of 296.29º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56ACB is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197106203-
CMYK0.030.4800.20
HSL296.29º48.26%60.59%-
HSV(B)296.29º47.78%79.61%-
XYZ38.9626.4959.56-
YUV144.27161.15165.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=38.93%
G=20.95%
B=40.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971062030.030.4800.20296.2948.2660.59
HexC56ACB330014128303d
Octal3051523133600244506075
Binary1100010111010101100101111110000010100100101000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56ACB; }

 p { color: rgb(197,106,203); }

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

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

 a { background-color: rgb(197,106,203); }

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

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

 span { border-color: rgb(197,106,203); }

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