Html Css Color HEX #C563AA Fuchsia

📋 copy color: '#C563AA'

red 197 ◦ green 99 ◦ blue 170

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

Shades of Fuchsia #C563AA

Tints of Fuchsia #C563AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.24%

 BLUE value IS 170 (66.8% from 255) = 36.48%

R = 42.27%
G = 21.24%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C563AA (or 0xC563AA) is known color: Fuchsia. HEX triplet: C5, 63 and AA. RGB value is (197,99,170). Sum of RGB (Red+Green+Blue) = 197+99+170=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C563AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C563AA is #3A9C55. Grayscale: #888888. Windows color (decimal): -3841110 or 11166661. OLE color: 11166661.

HSL color Cylindrical-coordinate representation of color #C563AA: hue angle of 316.53º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C563AA is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 99 170 -
CMYK 0 0.50 0.14 0.23
HSL 316.53º 0.46% 0.58% -
HSV(B) 316.53º 0.5% 0.77% -
XYZ 34.74 23.7 40.77 -
YUV 136.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 197 99 170 0 0.50 0.14 0.23 316.53 0.46 0.58
Hex C5 63 AA 0 32 E 17 13D 2E 3A
Octal 305 143 252 0 62 16 27 475 56 72
Binary 11000101 1100011 10101010 0 110010 1110 10111 100111101 101110 111010

Color Harmonies of #C563AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C563AA

Black with #C563AA

Text Example


Text Example

White with #C563AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C563AA; }

 p { color: rgb(197,99,170); }

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

background-color css

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

 a { background-color: rgb(197,99,170); }

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

border-color css

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

 span { border-color: rgb(197,99,170); }

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