#C569BE

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

Shades of Fuchsia #C569BE

Tints of Fuchsia #C569BE

Color information

#C569BE (or 0xC569BE) is unknown color: approx Fuchsia. HEX triplet: C5, 69 and BE. RGB value is (197,105,190). Sum of RGB (Red+Green+Blue) = 197+105+190=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C569BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569BE is #3A9641. Grayscale: #8D8D8D. Windows color (decimal): -3839554 or 12478917. OLE color: 12478917.

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

Color convert

RGB197105190-
CMYK00.470.040.23
HSL304.57º44.23%59.22%-
HSV(B)304.57º46.7%77.25%-
XYZ37.3725.6951.7-
YUV142.2154.98167.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.04%
GREEN value IS 105 (41.41% from 255) = 21.34%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=40.04%
G=21.34%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710519000.470.040.23304.5744.2359.22
HexC569BE02F4171312c3b
Octal3051512760574274615473
Binary11000101110100110111110010111110010111100110001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C569BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C569BE; }

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

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

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

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

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

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

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

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