Html Css Color HEX #C56EB1 Fuchsia

📋 copy color: '#C56EB1'

red 197 ◦ green 110 ◦ blue 177

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

Shades of Fuchsia #C56EB1

Tints of Fuchsia #C56EB1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.73%

 BLUE value IS 177 (69.53% from 255) = 36.57%

R = 40.7%
G = 22.73%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C56EB1 (or 0xC56EB1) is known color: Fuchsia. HEX triplet: C5, 6E and B1. RGB value is (197,110,177). Sum of RGB (Red+Green+Blue) = 197+110+177=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C56EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56EB1 is #3A914E. Grayscale: #8F8F8F. Windows color (decimal): -3838287 or 11628229. OLE color: 11628229.

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

Color convert

RGB 197 110 177 -
CMYK 0 0.44 0.10 0.23
HSL 313.79º 0.43% 0.6% -
HSV(B) 313.79º 0.44% 0.77% -
XYZ 36.54 26.2 44.73 -
YUV 143.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 197 110 177 0 0.44 0.10 0.23 313.79 0.43 0.6
Hex C5 6E B1 0 2C A 17 13A 2B 3C
Octal 305 156 261 0 54 12 27 472 53 74
Binary 11000101 1101110 10110001 0 101100 1010 10111 100111010 101011 111100

Color Harmonies of #C56EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56EB1

Black with #C56EB1

Text Example


Text Example

White with #C56EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56EB1; }

 p { color: rgb(197,110,177); }

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

background-color css

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

 a { background-color: rgb(197,110,177); }

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

border-color css

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

 span { border-color: rgb(197,110,177); }

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