#C76CBD

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

Shades of Fuchsia #C76CBD

Tints of Fuchsia #C76CBD

Color information

#C76CBD (or 0xC76CBD) is unknown color: approx Fuchsia. HEX triplet: C7, 6C and BD. RGB value is (199,108,189). Sum of RGB (Red+Green+Blue) = 199+108+189=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CBD is #389342. Grayscale: #909090. Windows color (decimal): -3707715 or 12414151. OLE color: 12414151.

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

Color convert

RGB199108189-
CMYK00.460.050.22
HSL306.59º44.83%60.2%-
HSV(B)306.59º45.73%78.04%-
XYZ38.126.5451.26-
YUV144.44153.15166.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.12%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=40.12%
G=21.77%
B=38.10%

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
Decimal19910818900.460.050.22306.5944.8360.2
HexC76CBD02E5161332d3c
Octal3071542750565264635574
Binary11000111110110010111101010111010110110100110011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76CBD; }

 p { color: rgb(199,108,189); }

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

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

 a { background-color: rgb(199,108,189); }

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

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

 span { border-color: rgb(199,108,189); }

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