#C76EBD

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

Shades of Fuchsia #C76EBD

Tints of Fuchsia #C76EBD

Color information

#C76EBD (or 0xC76EBD) is unknown color: approx Fuchsia. HEX triplet: C7, 6E and BD. RGB value is (199,110,189). Sum of RGB (Red+Green+Blue) = 199+110+189=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C76EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EBD is #389142. Grayscale: #919191. Windows color (decimal): -3707203 or 12414663. OLE color: 12414663.

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

Color convert

RGB199110189-
CMYK00.450.050.22
HSL306.74º44.28%60.59%-
HSV(B)306.74º44.72%78.04%-
XYZ38.3126.9751.33-
YUV145.62152.49166.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.96%
GREEN value IS 110 (43.36% from 255) = 22.09%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=39.96%
G=22.09%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911018900.450.050.22306.7444.2860.59
HexC76EBD02D5161332c3d
Octal3071562750555264635475
Binary11000111110111010111101010110110110110100110011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76EBD; }

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

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

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

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

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

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

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

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