#C568B1

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

Shades of Fuchsia #C568B1

Tints of Fuchsia #C568B1

Color information

#C568B1 (or 0xC568B1) is unknown color: approx Fuchsia. HEX triplet: C5, 68 and B1. RGB value is (197,104,177). Sum of RGB (Red+Green+Blue) = 197+104+177=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C568B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C568B1 is #3A974E. Grayscale: #8B8B8B. Windows color (decimal): -3839823 or 11626693. OLE color: 11626693.

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

Color convert

RGB197104177-
CMYK00.470.100.23
HSL312.9º44.5%59.02%-
HSV(B)312.9º47.21%77.25%-
XYZ35.9124.9544.52-
YUV140.13148.81168.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.21%
GREEN value IS 104 (41.02% from 255) = 21.76%
BLUE value IS 177 (69.53% from 255) = 37.03%
R=41.21%
G=21.76%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710417700.470.100.23312.944.559.02
HexC568B102FA171392c3b
Octal30515026105712274715473
Binary110001011101000101100010101111101010111100111001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C568B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C568B1; }

 p { color: rgb(197,104,177); }

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

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

 a { background-color: rgb(197,104,177); }

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

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

 span { border-color: rgb(197,104,177); }

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