#C568B0

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

Shades of Fuchsia #C568B0

Tints of Fuchsia #C568B0

Color information

#C568B0 (or 0xC568B0) is unknown color: approx Fuchsia. HEX triplet: C5, 68 and B0. RGB value is (197,104,176). Sum of RGB (Red+Green+Blue) = 197+104+176=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C568B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C568B0 is #3A974F. Grayscale: #8B8B8B. Windows color (decimal): -3839824 or 11561157. OLE color: 11561157.

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

Color convert

RGB197104176-
CMYK00.470.110.23
HSL313.55º44.5%59.02%-
HSV(B)313.55º47.21%77.25%-
XYZ35.8124.9143.99-
YUV140.01148.31168.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.30%
GREEN value IS 104 (41.02% from 255) = 21.80%
BLUE value IS 176 (69.14% from 255) = 36.90%
R=41.30%
G=21.80%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710417600.470.110.23313.5544.559.02
HexC568B002FB1713a2c3b
Octal30515026005713274725473
Binary110001011101000101100000101111101110111100111010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C568B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C568B0; }

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

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

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

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

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

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

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

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