Html Css Color HEX #C564BD Fuchsia

📋 copy color: '#C564BD'

red 197 ◦ green 100 ◦ blue 189

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

Shades of Fuchsia #C564BD

Tints of Fuchsia #C564BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.89%

R = 40.53%
G = 20.58%
B = 38.89%

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

#C564BD (or 0xC564BD) is known color: Fuchsia. HEX triplet: C5, 64 and BD. RGB value is (197,100,189). Sum of RGB (Red+Green+Blue) = 197+100+189=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C564BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564BD is #3A9B42. Grayscale: #8A8A8A. Windows color (decimal): -3840835 or 12412101. OLE color: 12412101.

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

Color convert

RGB 197 100 189 -
CMYK 0 0.49 0.04 0.23
HSL 304.95º 0.46% 0.58% -
HSV(B) 304.95º 0.49% 0.77% -
XYZ 36.77 24.66 50.97 -
YUV 139.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 197 100 189 0 0.49 0.04 0.23 304.95 0.46 0.58
Hex C5 64 BD 0 31 4 17 131 2E 3A
Octal 305 144 275 0 61 4 27 461 56 72
Binary 11000101 1100100 10111101 0 110001 100 10111 100110001 101110 111010

Color Harmonies of #C564BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C564BD

Black with #C564BD

Text Example


Text Example

White with #C564BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C564BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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