#C767B0

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

Shades of Fuchsia #C767B0

Tints of Fuchsia #C767B0

Color information

#C767B0 (or 0xC767B0) is unknown color: approx Fuchsia. HEX triplet: C7, 67 and B0. RGB value is (199,103,176). Sum of RGB (Red+Green+Blue) = 199+103+176=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C767B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C767B0 is #38984F. Grayscale: #8B8B8B. Windows color (decimal): -3709008 or 11560903. OLE color: 11560903.

HSL color Cylindrical-coordinate representation of color #C767B0: hue angle of 314.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C767B0 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB199103176-
CMYK00.480.120.22
HSL314.38º46.15%59.22%-
HSV(B)314.38º48.24%78.04%-
XYZ36.2424.9843.99-
YUV140.03148.3170.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 103 (40.62% from 255) = 21.55%
BLUE value IS 176 (69.14% from 255) = 36.82%
R=41.63%
G=21.55%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910317600.480.120.22314.3846.1559.22
HexC767B0030C1613a2e3b
Octal30714726006014264725673
Binary110001111100111101100000110000110010110100111010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C767B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C767B0; }

 p { color: rgb(199,103,176); }

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

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

 a { background-color: rgb(199,103,176); }

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

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

 span { border-color: rgb(199,103,176); }

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