#C765B1

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

Shades of Fuchsia #C765B1

Tints of Fuchsia #C765B1

Color information

#C765B1 (or 0xC765B1) is unknown color: approx Fuchsia. HEX triplet: C7, 65 and B1. RGB value is (199,101,177). Sum of RGB (Red+Green+Blue) = 199+101+177=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C765B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C765B1 is #389A4E. Grayscale: #8A8A8A. Windows color (decimal): -3709519 or 11625927. OLE color: 11625927.

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

Color convert

RGB199101177-
CMYK00.490.110.22
HSL313.47º46.67%58.82%-
HSV(B)313.47º49.25%78.04%-
XYZ36.1424.6244.44-
YUV138.97149.47170.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.72%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 177 (69.53% from 255) = 37.11%
R=41.72%
G=21.17%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910117700.490.110.22313.4746.6758.82
HexC765B1031B161392f3b
Octal30714526106113264715773
Binary110001111100101101100010110001101110110100111001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C765B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C765B1; }

 p { color: rgb(199,101,177); }

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

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

 a { background-color: rgb(199,101,177); }

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

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

 span { border-color: rgb(199,101,177); }

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