#C765BD

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

Shades of Fuchsia #C765BD

Tints of Fuchsia #C765BD

Color information

#C765BD (or 0xC765BD) is unknown color: approx Fuchsia. HEX triplet: C7, 65 and BD. RGB value is (199,101,189). Sum of RGB (Red+Green+Blue) = 199+101+189=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C765BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765BD is #389A42. Grayscale: #8C8C8C. Windows color (decimal): -3709507 or 12412359. OLE color: 12412359.

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

Color convert

RGB199101189-
CMYK00.490.050.22
HSL306.12º46.67%58.82%-
HSV(B)306.12º49.25%78.04%-
XYZ37.3925.1251.02-
YUV140.33155.47169.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 101 (39.84% from 255) = 20.65%
BLUE value IS 189 (74.22% from 255) = 38.65%
R=40.70%
G=20.65%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910118900.490.050.22306.1246.6758.82
HexC765BD0315161322f3b
Octal3071452750615264625773
Binary11000111110010110111101011000110110110100110010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C765BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C765BD; }

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

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

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

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

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

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

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

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