#C764B5

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

Shades of Fuchsia #C764B5

Tints of Fuchsia #C764B5

Color information

#C764B5 (or 0xC764B5) is unknown color: approx Fuchsia. HEX triplet: C7, 64 and B5. RGB value is (199,100,181). Sum of RGB (Red+Green+Blue) = 199+100+181=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C764B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764B5 is #389B4A. Grayscale: #8A8A8A. Windows color (decimal): -3709771 or 11887815. OLE color: 11887815.

HSL color Cylindrical-coordinate representation of color #C764B5: hue angle of 310.91º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C764B5 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB199100181-
CMYK00.500.090.22
HSL310.91º46.92%58.63%-
HSV(B)310.91º49.75%78.04%-
XYZ36.4524.5946.54-
YUV138.83151.8170.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.46%
GREEN value IS 100 (39.45% from 255) = 20.83%
BLUE value IS 181 (71.09% from 255) = 37.71%
R=41.46%
G=20.83%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910018100.500.090.22310.9146.9258.63
HexC764B50329161372f3b
Octal30714426506211264675773
Binary110001111100100101101010110010100110110100110111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764B5; }

 p { color: rgb(199,100,181); }

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

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

 a { background-color: rgb(199,100,181); }

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

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

 span { border-color: rgb(199,100,181); }

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