#C768BB

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

Shades of Fuchsia #C768BB

Tints of Fuchsia #C768BB

Color information

#C768BB (or 0xC768BB) is unknown color: approx Fuchsia. HEX triplet: C7, 68 and BB. RGB value is (199,104,187). Sum of RGB (Red+Green+Blue) = 199+104+187=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C768BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768BB is #389744. Grayscale: #8D8D8D. Windows color (decimal): -3708741 or 12282055. OLE color: 12282055.

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

Color convert

RGB199104187-
CMYK00.480.060.22
HSL307.58º45.89%59.41%-
HSV(B)307.58º47.74%78.04%-
XYZ37.4725.6349.99-
YUV141.87153.47168.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.61%
GREEN value IS 104 (41.02% from 255) = 21.22%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=40.61%
G=21.22%
B=38.16%

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
Decimal19910418700.480.060.22307.5845.8959.41
HexC768BB0306161342e3b
Octal3071502730606264645673
Binary11000111110100010111011011000011010110100110100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C768BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C768BB; }

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

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

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

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

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

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

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

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