Html Css Color HEX #C564B9 Fuchsia

📋 copy color: '#C564B9'

red 197 ◦ green 100 ◦ blue 185

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

Shades of Fuchsia #C564B9

Tints of Fuchsia #C564B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.38%

R = 40.87%
G = 20.75%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C564B9 (or 0xC564B9) is known color: Fuchsia. HEX triplet: C5, 64 and B9. RGB value is (197,100,185). Sum of RGB (Red+Green+Blue) = 197+100+185=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C564B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564B9 is #3A9B46. Grayscale: #8A8A8A. Windows color (decimal): -3840839 or 12149957. OLE color: 12149957.

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

Color convert

RGB 197 100 185 -
CMYK 0 0.49 0.06 0.23
HSL 307.42º 0.46% 0.58% -
HSV(B) 307.42º 0.49% 0.77% -
XYZ 36.34 24.49 48.71 -
YUV 138.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 197 100 185 0 0.49 0.06 0.23 307.42 0.46 0.58
Hex C5 64 B9 0 31 6 17 133 2E 3A
Octal 305 144 271 0 61 6 27 463 56 72
Binary 11000101 1100100 10111001 0 110001 110 10111 100110011 101110 111010

Color Harmonies of #C564B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C564B9

Black with #C564B9

Text Example


Text Example

White with #C564B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C564B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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