#C76BBE

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

Shades of Fuchsia #C76BBE

Tints of Fuchsia #C76BBE

Color information

#C76BBE (or 0xC76BBE) is unknown color: approx Fuchsia. HEX triplet: C7, 6B and BE. RGB value is (199,107,190). Sum of RGB (Red+Green+Blue) = 199+107+190=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BBE is #389441. Grayscale: #8F8F8F. Windows color (decimal): -3707970 or 12479431. OLE color: 12479431.

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

Color convert

RGB199107190-
CMYK00.460.050.22
HSL305.87º45.1%60%-
HSV(B)305.87º46.23%78.04%-
XYZ38.1126.3851.8-
YUV143.97153.98167.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.12%
GREEN value IS 107 (42.19% from 255) = 21.57%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=40.12%
G=21.57%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910719000.460.050.22305.8745.160
HexC76BBE02E5161322d3c
Octal3071532760565264625574
Binary11000111110101110111110010111010110110100110010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76BBE; }

 p { color: rgb(199,107,190); }

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

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

 a { background-color: rgb(199,107,190); }

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

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

 span { border-color: rgb(199,107,190); }

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