Html Css Color HEX #C557C6 Fuchsia

📋 copy color: '#C557C6'

red 197 ◦ green 87 ◦ blue 198

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

Shades of Fuchsia #C557C6

Tints of Fuchsia #C557C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.08%

R = 40.87%
G = 18.05%
B = 41.08%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C557C6 (or 0xC557C6) is known color: Fuchsia. HEX triplet: C5, 57 and C6. RGB value is (197,87,198). Sum of RGB (Red+Green+Blue) = 197+87+198=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #C557C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C557C6 is #3AA839. Grayscale: #848484. Windows color (decimal): -3844154 or 12998597. OLE color: 12998597.

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

Color convert

RGB 197 87 198 -
CMYK 0.01 0.56 0 0.22
HSL 299.46º 0.49% 0.56% -
HSV(B) 299.46º 0.56% 0.78% -
XYZ 36.63 22.76 55.89 -
YUV 132.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 197 87 198 0.01 0.56 0 0.22 299.46 0.49 0.56
Hex C5 57 C6 1 38 0 16 12B 31 38
Octal 305 127 306 1 70 0 26 453 61 70
Binary 11000101 1010111 11000110 1 111000 0 10110 100101011 110001 111000

Color Harmonies of #C557C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C557C6

Black with #C557C6

Text Example


Text Example

White with #C557C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C557C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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