#C763C6

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

Shades of Fuchsia #C763C6

Tints of Fuchsia #C763C6

Color information

#C763C6 (or 0xC763C6) is unknown color: approx Fuchsia. HEX triplet: C7, 63 and C6. RGB value is (199,99,198). Sum of RGB (Red+Green+Blue) = 199+99+198=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C763C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763C6 is #389C39. Grayscale: #8B8B8B. Windows color (decimal): -3710010 or 13001671. OLE color: 13001671.

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

Color convert

RGB19999198-
CMYK00.500.010.22
HSL300.6º47.17%58.43%-
HSV(B)300.6º50.25%78.04%-
XYZ38.2125.1456.27-
YUV140.19160.63169.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.12%
GREEN value IS 99 (39.06% from 255) = 19.96%
BLUE value IS 198 (77.73% from 255) = 39.92%
R=40.12%
G=19.96%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999919800.500.010.22300.647.1758.43
HexC763C603211612d2f3a
Octal3071433060621264555772
Binary110001111100011110001100110010110110100101101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C763C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C763C6; }

 p { color: rgb(199,99,198); }

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

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

 a { background-color: rgb(199,99,198); }

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

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

 span { border-color: rgb(199,99,198); }

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