#C764BF

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

Shades of Fuchsia #C764BF

Tints of Fuchsia #C764BF

Color information

#C764BF (or 0xC764BF) is unknown color: approx Fuchsia. HEX triplet: C7, 64 and BF. RGB value is (199,100,191). Sum of RGB (Red+Green+Blue) = 199+100+191=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C764BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764BF is #389B40. Grayscale: #8B8B8B. Windows color (decimal): -3709761 or 12543175. OLE color: 12543175.

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

Color convert

RGB199100191-
CMYK00.500.040.22
HSL304.85º46.92%58.63%-
HSV(B)304.85º49.75%78.04%-
XYZ37.5125.0252.14-
YUV139.98156.8170.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.61%
GREEN value IS 100 (39.45% from 255) = 20.41%
BLUE value IS 191 (75% from 255) = 38.98%
R=40.61%
G=20.41%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910019100.500.040.22304.8546.9258.63
HexC764BF0324161312f3b
Octal3071442770624264615773
Binary11000111110010010111111011001010010110100110001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764BF; }

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

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

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

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

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

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

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

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