Html Css Color HEX #C566AC Fuchsia

📋 copy color: '#C566AC'

red 197 ◦ green 102 ◦ blue 172

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

Shades of Fuchsia #C566AC

Tints of Fuchsia #C566AC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.66%

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 41.83%
G = 21.66%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C566AC (or 0xC566AC) is known color: Fuchsia. HEX triplet: C5, 66 and AC. RGB value is (197,102,172). Sum of RGB (Red+Green+Blue) = 197+102+172=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C566AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C566AC is #3A9953. Grayscale: #8A8A8A. Windows color (decimal): -3840340 or 11298501. OLE color: 11298501.

HSL color Cylindrical-coordinate representation of color #C566AC: hue angle of 315.79º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C566AC is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 102 172 -
CMYK 0 0.48 0.13 0.23
HSL 315.79º 0.45% 0.59% -
HSV(B) 315.79º 0.48% 0.77% -
XYZ 35.22 24.35 41.87 -
YUV 138.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 197 102 172 0 0.48 0.13 0.23 315.79 0.45 0.59
Hex C5 66 AC 0 30 D 17 13C 2D 3B
Octal 305 146 254 0 60 15 27 474 55 73
Binary 11000101 1100110 10101100 0 110000 1101 10111 100111100 101101 111011

Color Harmonies of #C566AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C566AC

Black with #C566AC

Text Example


Text Example

White with #C566AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C566AC; }

 p { color: rgb(197,102,172); }

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

background-color css

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

 a { background-color: rgb(197,102,172); }

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

border-color css

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

 span { border-color: rgb(197,102,172); }

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