#C769BD

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

Shades of Fuchsia #C769BD

Tints of Fuchsia #C769BD

Color information

#C769BD (or 0xC769BD) is unknown color: approx Fuchsia. HEX triplet: C7, 69 and BD. RGB value is (199,105,189). Sum of RGB (Red+Green+Blue) = 199+105+189=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C769BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769BD is #389642. Grayscale: #8E8E8E. Windows color (decimal): -3708483 or 12413383. OLE color: 12413383.

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

Color convert

RGB199105189-
CMYK00.470.050.22
HSL306.38º45.63%59.61%-
HSV(B)306.38º47.24%78.04%-
XYZ37.7925.9251.16-
YUV142.68154.14168.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.37%
GREEN value IS 105 (41.41% from 255) = 21.30%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=40.37%
G=21.30%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910518900.470.050.22306.3845.6359.61
HexC769BD02F5161322e3c
Octal3071512750575264625674
Binary11000111110100110111101010111110110110100110010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C769BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C769BD; }

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

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

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

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

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

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

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

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