#C768BA

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

Shades of Fuchsia #C768BA

Tints of Fuchsia #C768BA

Color information

#C768BA (or 0xC768BA) is unknown color: approx Fuchsia. HEX triplet: C7, 68 and BA. RGB value is (199,104,186). Sum of RGB (Red+Green+Blue) = 199+104+186=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C768BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768BA is #389745. Grayscale: #8D8D8D. Windows color (decimal): -3708742 or 12216519. OLE color: 12216519.

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

Color convert

RGB199104186-
CMYK00.480.070.22
HSL308.21º45.89%59.41%-
HSV(B)308.21º47.74%78.04%-
XYZ37.3725.5949.42-
YUV141.75152.97168.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 104 (41.02% from 255) = 21.27%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=40.70%
G=21.27%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910418600.480.070.22308.2145.8959.41
HexC768BA0307161342e3b
Octal3071502720607264645673
Binary11000111110100010111010011000011110110100110100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C768BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C768BA; }

 p { color: rgb(199,104,186); }

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

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

 a { background-color: rgb(199,104,186); }

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

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

 span { border-color: rgb(199,104,186); }

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