#C764BB

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

Shades of Fuchsia #C764BB

Tints of Fuchsia #C764BB

Color information

#C764BB (or 0xC764BB) is unknown color: approx Fuchsia. HEX triplet: C7, 64 and BB. RGB value is (199,100,187). Sum of RGB (Red+Green+Blue) = 199+100+187=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C764BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764BB is #389B44. Grayscale: #8B8B8B. Windows color (decimal): -3709765 or 12281031. OLE color: 12281031.

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

Color convert

RGB199100187-
CMYK00.500.060.22
HSL307.27º46.92%58.63%-
HSV(B)307.27º49.75%78.04%-
XYZ37.0824.8449.85-
YUV139.52154.8170.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.95%
GREEN value IS 100 (39.45% from 255) = 20.58%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=40.95%
G=20.58%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910018700.500.060.22307.2746.9258.63
HexC764BB0326161332f3b
Octal3071442730626264635773
Binary11000111110010010111011011001011010110100110011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764BB; }

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

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

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

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

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

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

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

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