#C569C7

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

Shades of Fuchsia #C569C7

Tints of Fuchsia #C569C7

Color information

#C569C7 (or 0xC569C7) is unknown color: approx Fuchsia. HEX triplet: C5, 69 and C7. RGB value is (197,105,199). Sum of RGB (Red+Green+Blue) = 197+105+199=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 199 - color contains mainly: blue. Hex color #C569C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569C7 is #3A9638. Grayscale: #8E8E8E. Windows color (decimal): -3839545 or 13068741. OLE color: 13068741.

HSL color Cylindrical-coordinate representation of color #C569C7: hue angle of 298.72º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C569C7 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB197105199-
CMYK0.010.4700.22
HSL298.72º45.63%59.61%-
HSV(B)298.72º47.24%78.04%-
XYZ38.3926.157.05-
YUV143.22159.48166.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.32%
GREEN value IS 105 (41.41% from 255) = 20.96%
BLUE value IS 199 (78.12% from 255) = 39.72%
R=39.32%
G=20.96%
B=39.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971051990.010.4700.22298.7245.6359.61
HexC569C712F01612b2e3c
Octal3051513071570264535674
Binary110001011101001110001111101111010110100101011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C569C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C569C7; }

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

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

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

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

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

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

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

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