Html Css Color HEX #C56EB2 Fuchsia

📋 copy color: '#C56EB2'

red 197 ◦ green 110 ◦ blue 178

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

Shades of Fuchsia #C56EB2

Tints of Fuchsia #C56EB2

RGB

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

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

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

R = 40.62%
G = 22.68%
B = 36.7%

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

#C56EB2 (or 0xC56EB2) is known color: Fuchsia. HEX triplet: C5, 6E and B2. RGB value is (197,110,178). Sum of RGB (Red+Green+Blue) = 197+110+178=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C56EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56EB2 is #3A914D. Grayscale: #8F8F8F. Windows color (decimal): -3838286 or 11693765. OLE color: 11693765.

HSL color Cylindrical-coordinate representation of color #C56EB2: hue angle of 313.1º 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 #C56EB2 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 110 178 -
CMYK 0 0.44 0.10 0.23
HSL 313.1º 0.43% 0.6% -
HSV(B) 313.1º 0.44% 0.77% -
XYZ 36.64 26.24 45.25 -
YUV 143.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 197 110 178 0 0.44 0.10 0.23 313.1 0.43 0.6
Hex C5 6E B2 0 2C A 17 139 2B 3C
Octal 305 156 262 0 54 12 27 471 53 74
Binary 11000101 1101110 10110010 0 101100 1010 10111 100111001 101011 111100

Color Harmonies of #C56EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56EB2

Black with #C56EB2

Text Example


Text Example

White with #C56EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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