Html Css Color HEX #C566AD Fuchsia

📋 copy color: '#C566AD'

red 197 ◦ green 102 ◦ blue 173

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

Shades of Fuchsia #C566AD

Tints of Fuchsia #C566AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 41.74%
G = 21.61%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C566AD (or 0xC566AD) is known color: Fuchsia. HEX triplet: C5, 66 and AD. RGB value is (197,102,173). Sum of RGB (Red+Green+Blue) = 197+102+173=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C566AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C566AD is #3A9952. Grayscale: #8A8A8A. Windows color (decimal): -3840339 or 11364037. OLE color: 11364037.

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

Color convert

RGB 197 102 173 -
CMYK 0 0.48 0.12 0.23
HSL 315.16º 0.45% 0.59% -
HSV(B) 315.16º 0.48% 0.77% -
XYZ 35.32 24.39 42.38 -
YUV 138.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 197 102 173 0 0.48 0.12 0.23 315.16 0.45 0.59
Hex C5 66 AD 0 30 C 17 13B 2D 3B
Octal 305 146 255 0 60 14 27 473 55 73
Binary 11000101 1100110 10101101 0 110000 1100 10111 100111011 101101 111011

Color Harmonies of #C566AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C566AD

Black with #C566AD

Text Example


Text Example

White with #C566AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C566AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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