Html Css Color HEX #C564B6 Fuchsia

📋 copy color: '#C564B6'

red 197 ◦ green 100 ◦ blue 182

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

Shades of Fuchsia #C564B6

Tints of Fuchsia #C564B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38%

R = 41.13%
G = 20.88%
B = 38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C564B6 (or 0xC564B6) is known color: Fuchsia. HEX triplet: C5, 64 and B6. RGB value is (197,100,182). Sum of RGB (Red+Green+Blue) = 197+100+182=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C564B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564B6 is #3A9B49. Grayscale: #8A8A8A. Windows color (decimal): -3840842 or 11953349. OLE color: 11953349.

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

Color convert

RGB 197 100 182 -
CMYK 0 0.49 0.08 0.23
HSL 309.28º 0.46% 0.58% -
HSV(B) 309.28º 0.49% 0.77% -
XYZ 36.03 24.36 47.06 -
YUV 138.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 197 100 182 0 0.49 0.08 0.23 309.28 0.46 0.58
Hex C5 64 B6 0 31 8 17 135 2E 3A
Octal 305 144 266 0 61 10 27 465 56 72
Binary 11000101 1100100 10110110 0 110001 1000 10111 100110101 101110 111010

Color Harmonies of #C564B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C564B6

Black with #C564B6

Text Example


Text Example

White with #C564B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C564B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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