Html Css Color HEX #C564BB Fuchsia

📋 copy color: '#C564BB'

red 197 ◦ green 100 ◦ blue 187

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

Shades of Fuchsia #C564BB

Tints of Fuchsia #C564BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 40.7%
G = 20.66%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C564BB (or 0xC564BB) is known color: Fuchsia. HEX triplet: C5, 64 and BB. RGB value is (197,100,187). Sum of RGB (Red+Green+Blue) = 197+100+187=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C564BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564BB is #3A9B44. Grayscale: #8A8A8A. Windows color (decimal): -3840837 or 12281029. OLE color: 12281029.

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

Color convert

RGB 197 100 187 -
CMYK 0 0.49 0.05 0.23
HSL 306.19º 0.46% 0.58% -
HSV(B) 306.19º 0.49% 0.77% -
XYZ 36.55 24.57 49.83 -
YUV 138.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 197 100 187 0 0.49 0.05 0.23 306.19 0.46 0.58
Hex C5 64 BB 0 31 5 17 132 2E 3A
Octal 305 144 273 0 61 5 27 462 56 72
Binary 11000101 1100100 10111011 0 110001 101 10111 100110010 101110 111010

Color Harmonies of #C564BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C564BB

Black with #C564BB

Text Example


Text Example

White with #C564BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C564BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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