#C768BC

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

Shades of Fuchsia #C768BC

Tints of Fuchsia #C768BC

Color information

#C768BC (or 0xC768BC) is unknown color: approx Fuchsia. HEX triplet: C7, 68 and BC. RGB value is (199,104,188). Sum of RGB (Red+Green+Blue) = 199+104+188=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C768BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768BC is #389743. Grayscale: #8D8D8D. Windows color (decimal): -3708740 or 12347591. OLE color: 12347591.

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

Color convert

RGB199104188-
CMYK00.480.060.22
HSL306.95º45.89%59.41%-
HSV(B)306.95º47.74%78.04%-
XYZ37.5825.6750.55-
YUV141.98153.97168.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.53%
GREEN value IS 104 (41.02% from 255) = 21.18%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=40.53%
G=21.18%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910418800.480.060.22306.9545.8959.41
HexC768BC0306161332e3b
Octal3071502740606264635673
Binary11000111110100010111100011000011010110100110011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C768BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C768BC; }

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

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

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

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

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

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

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

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