#C76EBC

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

Shades of Fuchsia #C76EBC

Tints of Fuchsia #C76EBC

Color information

#C76EBC (or 0xC76EBC) is unknown color: approx Fuchsia. HEX triplet: C7, 6E and BC. RGB value is (199,110,188). Sum of RGB (Red+Green+Blue) = 199+110+188=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C76EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EBC is #389143. Grayscale: #919191. Windows color (decimal): -3707204 or 12349127. OLE color: 12349127.

HSL color Cylindrical-coordinate representation of color #C76EBC: hue angle of 307.42º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76EBC is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB199110188-
CMYK00.450.060.22
HSL307.42º44.28%60.59%-
HSV(B)307.42º44.72%78.04%-
XYZ38.2126.9250.76-
YUV145.5151.99166.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.04%
GREEN value IS 110 (43.36% from 255) = 22.13%
BLUE value IS 188 (73.83% from 255) = 37.83%
R=40.04%
G=22.13%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911018800.450.060.22307.4244.2860.59
HexC76EBC02D6161332c3d
Octal3071562740556264635475
Binary11000111110111010111100010110111010110100110011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76EBC; }

 p { color: rgb(199,110,188); }

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

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

 a { background-color: rgb(199,110,188); }

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

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

 span { border-color: rgb(199,110,188); }

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