#C763BE

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

Shades of Fuchsia #C763BE

Tints of Fuchsia #C763BE

Color information

#C763BE (or 0xC763BE) is unknown color: approx Fuchsia. HEX triplet: C7, 63 and BE. RGB value is (199,99,190). Sum of RGB (Red+Green+Blue) = 199+99+190=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C763BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763BE is #389C41. Grayscale: #8B8B8B. Windows color (decimal): -3710018 or 12477383. OLE color: 12477383.

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

Color convert

RGB19999190-
CMYK00.500.050.22
HSL305.4º47.17%58.43%-
HSV(B)305.4º50.25%78.04%-
XYZ37.3124.7851.53-
YUV139.27156.63170.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 99 (39.06% from 255) = 20.29%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=40.78%
G=20.29%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999919000.500.050.22305.447.1758.43
HexC763BE0325161312f3a
Octal3071432760625264615772
Binary11000111110001110111110011001010110110100110001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C763BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C763BE; }

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

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

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

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

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

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

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

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