#C568BE

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

Shades of Fuchsia #C568BE

Tints of Fuchsia #C568BE

Color information

#C568BE (or 0xC568BE) is unknown color: approx Fuchsia. HEX triplet: C5, 68 and BE. RGB value is (197,104,190). Sum of RGB (Red+Green+Blue) = 197+104+190=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C568BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568BE is #3A9741. Grayscale: #8D8D8D. Windows color (decimal): -3839810 or 12478661. OLE color: 12478661.

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

Color convert

RGB197104190-
CMYK00.470.040.23
HSL304.52º44.5%59.02%-
HSV(B)304.52º47.21%77.25%-
XYZ37.2725.4951.67-
YUV141.61155.31167.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 104 (41.02% from 255) = 21.18%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=40.12%
G=21.18%
B=38.70%

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
Decimal19710419000.470.040.23304.5244.559.02
HexC568BE02F4171312c3b
Octal3051502760574274615473
Binary11000101110100010111110010111110010111100110001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C568BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C568BE; }

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

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

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

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

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

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

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

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