#C765C2

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

Shades of Fuchsia #C765C2

Tints of Fuchsia #C765C2

Color information

#C765C2 (or 0xC765C2) is unknown color: approx Fuchsia. HEX triplet: C7, 65 and C2. RGB value is (199,101,194). Sum of RGB (Red+Green+Blue) = 199+101+194=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C765C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765C2 is #389A3D. Grayscale: #8C8C8C. Windows color (decimal): -3709502 or 12740039. OLE color: 12740039.

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

Color convert

RGB199101194-
CMYK00.490.030.22
HSL303.06º46.67%58.82%-
HSV(B)303.06º49.25%78.04%-
XYZ37.9425.3453.93-
YUV140.9157.97169.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 194 (76.17% from 255) = 39.27%
R=40.28%
G=20.45%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910119400.490.030.22303.0646.6758.82
HexC765C203131612f2f3b
Octal3071453020613264575773
Binary1100011111001011100001001100011110110100101111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C765C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C765C2; }

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

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

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

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

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

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

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

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