Html Css Color HEX #C564BE Fuchsia

📋 copy color: '#C564BE'

red 197 ◦ green 100 ◦ blue 190

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

Shades of Fuchsia #C564BE

Tints of Fuchsia #C564BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.53%

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

R = 40.45%
G = 20.53%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C564BE (or 0xC564BE) is known color: Fuchsia. HEX triplet: C5, 64 and BE. RGB value is (197,100,190). Sum of RGB (Red+Green+Blue) = 197+100+190=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C564BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564BE is #3A9B41. Grayscale: #8B8B8B. Windows color (decimal): -3840834 or 12477637. OLE color: 12477637.

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

Color convert

RGB 197 100 190 -
CMYK 0 0.49 0.04 0.23
HSL 304.33º 0.46% 0.58% -
HSV(B) 304.33º 0.49% 0.77% -
XYZ 36.88 24.7 51.54 -
YUV 139.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 197 100 190 0 0.49 0.04 0.23 304.33 0.46 0.58
Hex C5 64 BE 0 31 4 17 130 2E 3A
Octal 305 144 276 0 61 4 27 460 56 72
Binary 11000101 1100100 10111110 0 110001 100 10111 100110000 101110 111010

Color Harmonies of #C564BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C564BE

Black with #C564BE

Text Example


Text Example

White with #C564BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C564BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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