Html Css Color HEX #C569AD Fuchsia

📋 copy color: '#C569AD'

red 197 ◦ green 105 ◦ blue 173

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

Shades of Fuchsia #C569AD

Tints of Fuchsia #C569AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.11%

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

R = 41.47%
G = 22.11%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C569AD (or 0xC569AD) is known color: Fuchsia. HEX triplet: C5, 69 and AD. RGB value is (197,105,173). Sum of RGB (Red+Green+Blue) = 197+105+173=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C569AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C569AD is #3A9652. Grayscale: #8C8C8C. Windows color (decimal): -3839571 or 11364805. OLE color: 11364805.

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

Color convert

RGB 197 105 173 -
CMYK 0 0.47 0.12 0.23
HSL 315.65º 0.44% 0.59% -
HSV(B) 315.65º 0.47% 0.77% -
XYZ 35.62 24.99 42.48 -
YUV 140.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 197 105 173 0 0.47 0.12 0.23 315.65 0.44 0.59
Hex C5 69 AD 0 2F C 17 13C 2C 3B
Octal 305 151 255 0 57 14 27 474 54 73
Binary 11000101 1101001 10101101 0 101111 1100 10111 100111100 101100 111011

Color Harmonies of #C569AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C569AD

Black with #C569AD

Text Example


Text Example

White with #C569AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C569AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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