#C765CB

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

Shades of Fuchsia #C765CB

Tints of Fuchsia #C765CB

Color information

#C765CB (or 0xC765CB) is unknown color: approx Fuchsia. HEX triplet: C7, 65 and CB. RGB value is (199,101,203). Sum of RGB (Red+Green+Blue) = 199+101+203=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #C765CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765CB is #389A34. Grayscale: #8D8D8D. Windows color (decimal): -3709493 or 13329863. OLE color: 13329863.

HSL color Cylindrical-coordinate representation of color #C765CB: hue angle of 297.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C765CB is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199101203-
CMYK0.020.5000.20
HSL297.65º49.51%59.61%-
HSV(B)297.65º50.25%79.61%-
XYZ38.9925.7659.42-
YUV141.93162.47168.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.56%
GREEN value IS 101 (39.84% from 255) = 20.08%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=39.56%
G=20.08%
B=40.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991012030.020.5000.20297.6549.5159.61
HexC765CB23201412a323c
Octal3071453132620244526274
Binary1100011111001011100101110110010010100100101010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C765CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C765CB; }

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

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

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

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

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

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

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

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