Html Css Color HEX #C563BE Fuchsia

📋 copy color: '#C563BE'

red 197 ◦ green 99 ◦ blue 190

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

Shades of Fuchsia #C563BE

Tints of Fuchsia #C563BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 40.53%
G = 20.37%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C563BE (or 0xC563BE) is known color: Fuchsia. HEX triplet: C5, 63 and BE. RGB value is (197,99,190). Sum of RGB (Red+Green+Blue) = 197+99+190=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C563BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563BE is #3A9C41. Grayscale: #8A8A8A. Windows color (decimal): -3841090 or 12477381. OLE color: 12477381.

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

Color convert

RGB 197 99 190 -
CMYK 0 0.50 0.04 0.23
HSL 304.29º 0.46% 0.58% -
HSV(B) 304.29º 0.5% 0.77% -
XYZ 36.78 24.51 51.51 -
YUV 138.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 197 99 190 0 0.50 0.04 0.23 304.29 0.46 0.58
Hex C5 63 BE 0 32 4 17 130 2E 3A
Octal 305 143 276 0 62 4 27 460 56 72
Binary 11000101 1100011 10111110 0 110010 100 10111 100110000 101110 111010

Color Harmonies of #C563BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C563BE

Black with #C563BE

Text Example


Text Example

White with #C563BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C563BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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