#C765B4

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

Shades of Fuchsia #C765B4

Tints of Fuchsia #C765B4

Color information

#C765B4 (or 0xC765B4) is unknown color: approx Fuchsia. HEX triplet: C7, 65 and B4. RGB value is (199,101,180). Sum of RGB (Red+Green+Blue) = 199+101+180=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C765B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765B4 is #389A4B. Grayscale: #8B8B8B. Windows color (decimal): -3709516 or 11822535. OLE color: 11822535.

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

Color convert

RGB199101180-
CMYK00.490.100.22
HSL311.63º46.67%58.82%-
HSV(B)311.63º49.25%78.04%-
XYZ36.4524.7446.04-
YUV139.31150.97170.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.46%
GREEN value IS 101 (39.84% from 255) = 21.04%
BLUE value IS 180 (70.70% from 255) = 37.5%
R=41.46%
G=21.04%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910118000.490.100.22311.6346.6758.82
HexC765B4031A161382f3b
Octal30714526406112264705773
Binary110001111100101101101000110001101010110100111000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C765B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C765B4; }

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

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

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

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

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

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

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

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