#C76EBA

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

Shades of Fuchsia #C76EBA

Tints of Fuchsia #C76EBA

Color information

#C76EBA (or 0xC76EBA) is unknown color: approx Fuchsia. HEX triplet: C7, 6E and BA. RGB value is (199,110,186). Sum of RGB (Red+Green+Blue) = 199+110+186=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C76EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EBA is #389145. Grayscale: #919191. Windows color (decimal): -3707206 or 12218055. OLE color: 12218055.

HSL color Cylindrical-coordinate representation of color #C76EBA: hue angle of 308.76º 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 #C76EBA is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB199110186-
CMYK00.450.070.22
HSL308.76º44.28%60.59%-
HSV(B)308.76º44.72%78.04%-
XYZ37.9926.8449.63-
YUV145.28150.99166.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.20%
GREEN value IS 110 (43.36% from 255) = 22.22%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=40.20%
G=22.22%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911018600.450.070.22308.7644.2860.59
HexC76EBA02D7161352c3d
Octal3071562720557264655475
Binary11000111110111010111010010110111110110100110101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76EBA; }

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

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

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

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

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

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

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

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