#C56BBC

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

Shades of Fuchsia #C56BBC

Tints of Fuchsia #C56BBC

Color information

#C56BBC (or 0xC56BBC) is unknown color: approx Fuchsia. HEX triplet: C5, 6B and BC. RGB value is (197,107,188). Sum of RGB (Red+Green+Blue) = 197+107+188=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C56BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BBC is #3A9443. Grayscale: #8E8E8E. Windows color (decimal): -3839044 or 12348357. OLE color: 12348357.

HSL color Cylindrical-coordinate representation of color #C56BBC: hue angle of 306º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56BBC is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197107188-
CMYK00.460.050.23
HSL306º43.69%59.61%-
HSV(B)306º45.69%77.25%-
XYZ37.3626.0250.63-
YUV143.14153.32166.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.04%
GREEN value IS 107 (42.19% from 255) = 21.75%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=40.04%
G=21.75%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710718800.460.050.2330643.6959.61
HexC56BBC02E5171322c3c
Octal3051532740565274625474
Binary11000101110101110111100010111010110111100110010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56BBC; }

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

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

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

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

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

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

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

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