#C567AD

Color #C567AD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C567AD

Tints of Fuchsia #C567AD

Color information

#C567AD (or 0xC567AD) is unknown color: approx Fuchsia. HEX triplet: C5, 67 and AD. RGB value is (197,103,173). Sum of RGB (Red+Green+Blue) = 197+103+173=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C567AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C567AD is #3A9852. Grayscale: #8A8A8A. Windows color (decimal): -3840083 or 11364293. OLE color: 11364293.

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

Color convert

RGB197103173-
CMYK00.480.120.23
HSL315.32º44.76%58.82%-
HSV(B)315.32º47.72%77.25%-
XYZ35.4224.5942.41-
YUV139.09147.14169.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.65%
GREEN value IS 103 (40.62% from 255) = 21.78%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=41.65%
G=21.78%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710317300.480.120.23315.3244.7658.82
HexC567AD030C1713b2d3b
Octal30514725506014274735573
Binary110001011100111101011010110000110010111100111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C567AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C567AD; }

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

 H1.HeaderClassName
 {
   color: #C567AD;
 }
 .AnyTagClassName
 {
   color: #C567AD;
 }
</style>
background-color css

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

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

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

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

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

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