Html Css Color HEX #C567AC Fuchsia

📋 copy color: '#C567AC'

red 197 ◦ green 103 ◦ blue 172

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

Shades of Fuchsia #C567AC

Tints of Fuchsia #C567AC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.82%

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

R = 41.74%
G = 21.82%
B = 36.44%

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

#C567AC (or 0xC567AC) is known color: Fuchsia. HEX triplet: C5, 67 and AC. RGB value is (197,103,172). Sum of RGB (Red+Green+Blue) = 197+103+172=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C567AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C567AC is #3A9853. Grayscale: #8A8A8A. Windows color (decimal): -3840084 or 11298757. OLE color: 11298757.

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

Color convert

RGB 197 103 172 -
CMYK 0 0.48 0.13 0.23
HSL 315.96º 0.45% 0.59% -
HSV(B) 315.96º 0.48% 0.77% -
XYZ 35.32 24.55 41.91 -
YUV 138.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 197 103 172 0 0.48 0.13 0.23 315.96 0.45 0.59
Hex C5 67 AC 0 30 D 17 13C 2D 3B
Octal 305 147 254 0 60 15 27 474 55 73
Binary 11000101 1100111 10101100 0 110000 1101 10111 100111100 101101 111011

Color Harmonies of #C567AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C567AC

Black with #C567AC

Text Example


Text Example

White with #C567AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C567AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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