Html Css Color HEX #C564BC Fuchsia

📋 copy color: '#C564BC'

red 197 ◦ green 100 ◦ blue 188

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

Shades of Fuchsia #C564BC

Tints of Fuchsia #C564BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.76%

R = 40.62%
G = 20.62%
B = 38.76%

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

#C564BC (or 0xC564BC) is known color: Fuchsia. HEX triplet: C5, 64 and BC. RGB value is (197,100,188). Sum of RGB (Red+Green+Blue) = 197+100+188=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C564BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564BC is #3A9B43. Grayscale: #8A8A8A. Windows color (decimal): -3840836 or 12346565. OLE color: 12346565.

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

Color convert

RGB 197 100 188 -
CMYK 0 0.49 0.05 0.23
HSL 305.57º 0.46% 0.58% -
HSV(B) 305.57º 0.49% 0.77% -
XYZ 36.66 24.62 50.4 -
YUV 139.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 197 100 188 0 0.49 0.05 0.23 305.57 0.46 0.58
Hex C5 64 BC 0 31 5 17 132 2E 3A
Octal 305 144 274 0 61 5 27 462 56 72
Binary 11000101 1100100 10111100 0 110001 101 10111 100110010 101110 111010

Color Harmonies of #C564BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C564BC

Black with #C564BC

Text Example


Text Example

White with #C564BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C564BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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