Html Css Color HEX #C56AB2 Fuchsia

📋 copy color: '#C56AB2'

red 197 ◦ green 106 ◦ blue 178

#C56AB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C56AB2

Tints of Fuchsia #C56AB2

RGB

 RED value IS 197 (77.34% from 255) = 40.96%

 GREEN value IS 106 (41.8% from 255) = 22.04%

 BLUE value IS 178 (69.92% from 255) = 37.01%

R = 40.96%
G = 22.04%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C56AB2 (or 0xC56AB2) is known color: Fuchsia. HEX triplet: C5, 6A and B2. RGB value is (197,106,178). Sum of RGB (Red+Green+Blue) = 197+106+178=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C56AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56AB2 is #3A954D. Grayscale: #8D8D8D. Windows color (decimal): -3839310 or 11692741. OLE color: 11692741.

HSL color Cylindrical-coordinate representation of color #C56AB2: hue angle of 312.53º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56AB2 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 106 178 -
CMYK 0 0.46 0.10 0.23
HSL 312.53º 0.44% 0.59% -
HSV(B) 312.53º 0.46% 0.77% -
XYZ 36.22 25.39 45.11 -
YUV 141.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 197 106 178 0 0.46 0.10 0.23 312.53 0.44 0.59
Hex C5 6A B2 0 2E A 17 139 2C 3B
Octal 305 152 262 0 56 12 27 471 54 73
Binary 11000101 1101010 10110010 0 101110 1010 10111 100111001 101100 111011

Color Harmonies of #C56AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56AB2

Black with #C56AB2

Text Example


Text Example

White with #C56AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56AB2; }

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

 H1.HeaderClassName
 {
   color: #C56AB2;
 }
 .AnyTagClassName
 {
   color: #C56AB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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