#C568BC

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

Shades of Fuchsia #C568BC

Tints of Fuchsia #C568BC

Color information

#C568BC (or 0xC568BC) is unknown color: approx Fuchsia. HEX triplet: C5, 68 and BC. RGB value is (197,104,188). Sum of RGB (Red+Green+Blue) = 197+104+188=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C568BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568BC is #3A9743. Grayscale: #8D8D8D. Windows color (decimal): -3839812 or 12347589. OLE color: 12347589.

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

Color convert

RGB197104188-
CMYK00.470.050.23
HSL305.81º44.5%59.02%-
HSV(B)305.81º47.21%77.25%-
XYZ37.0525.450.53-
YUV141.38154.31167.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 104 (41.02% from 255) = 21.27%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=40.29%
G=21.27%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710418800.470.050.23305.8144.559.02
HexC568BC02F5171322c3b
Octal3051502740575274625473
Binary11000101110100010111100010111110110111100110010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C568BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C568BC; }

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

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

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

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

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

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

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

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