#C765BA

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

Shades of Fuchsia #C765BA

Tints of Fuchsia #C765BA

Color information

#C765BA (or 0xC765BA) is unknown color: approx Fuchsia. HEX triplet: C7, 65 and BA. RGB value is (199,101,186). Sum of RGB (Red+Green+Blue) = 199+101+186=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C765BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765BA is #389A45. Grayscale: #8B8B8B. Windows color (decimal): -3709510 or 12215751. OLE color: 12215751.

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

Color convert

RGB199101186-
CMYK00.490.070.22
HSL307.96º46.67%58.82%-
HSV(B)307.96º49.25%78.04%-
XYZ37.0724.9949.33-
YUV139.99153.97170.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.95%
GREEN value IS 101 (39.84% from 255) = 20.78%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=40.95%
G=20.78%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910118600.490.070.22307.9646.6758.82
HexC765BA0317161342f3b
Octal3071452720617264645773
Binary11000111110010110111010011000111110110100110100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C765BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C765BA; }

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

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

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

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

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

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

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

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