Html Css Color HEX #C564C2 Fuchsia

📋 copy color: '#C564C2'

red 197 ◦ green 100 ◦ blue 194

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

Shades of Fuchsia #C564C2

Tints of Fuchsia #C564C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.51%

R = 40.12%
G = 20.37%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C564C2 (or 0xC564C2) is known color: Fuchsia. HEX triplet: C5, 64 and C2. RGB value is (197,100,194). Sum of RGB (Red+Green+Blue) = 197+100+194=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C564C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564C2 is #3A9B3D. Grayscale: #8B8B8B. Windows color (decimal): -3840830 or 12739781. OLE color: 12739781.

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

Color convert

RGB 197 100 194 -
CMYK 0 0.49 0.02 0.23
HSL 301.86º 0.46% 0.58% -
HSV(B) 301.86º 0.49% 0.77% -
XYZ 37.32 24.88 53.87 -
YUV 139.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 197 100 194 0 0.49 0.02 0.23 301.86 0.46 0.58
Hex C5 64 C2 0 31 2 17 12E 2E 3A
Octal 305 144 302 0 61 2 27 456 56 72
Binary 11000101 1100100 11000010 0 110001 10 10111 100101110 101110 111010

Color Harmonies of #C564C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C564C2

Black with #C564C2

Text Example


Text Example

White with #C564C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C564C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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