Html Css Color HEX #C557A8 Fuchsia

📋 copy color: '#C557A8'

red 197 ◦ green 87 ◦ blue 168

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

Shades of Fuchsia #C557A8

Tints of Fuchsia #C557A8

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.25%

 BLUE value IS 168 (66.02% from 255) = 37.17%

R = 43.58%
G = 19.25%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C557A8 (or 0xC557A8) is known color: Fuchsia. HEX triplet: C5, 57 and A8. RGB value is (197,87,168). Sum of RGB (Red+Green+Blue) = 197+87+168=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C557A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C557A8 is #3AA857. Grayscale: #808080. Windows color (decimal): -3844184 or 11032517. OLE color: 11032517.

HSL color Cylindrical-coordinate representation of color #C557A8: hue angle of 315.82º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C557A8 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 87 168 -
CMYK 0 0.56 0.15 0.23
HSL 315.82º 0.49% 0.56% -
HSV(B) 315.82º 0.56% 0.77% -
XYZ 33.5 21.51 39.43 -
YUV 129.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 197 87 168 0 0.56 0.15 0.23 315.82 0.49 0.56
Hex C5 57 A8 0 38 F 17 13C 31 38
Octal 305 127 250 0 70 17 27 474 61 70
Binary 11000101 1010111 10101000 0 111000 1111 10111 100111100 110001 111000

Color Harmonies of #C557A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C557A8

Black with #C557A8

Text Example


Text Example

White with #C557A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C557A8; }

 p { color: rgb(197,87,168); }

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

background-color css

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

 a { background-color: rgb(197,87,168); }

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

border-color css

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

 span { border-color: rgb(197,87,168); }

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