#C269BD

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

Shades of Fuchsia #C269BD

Tints of Fuchsia #C269BD

Color information

#C269BD (or 0xC269BD) is unknown color: approx Fuchsia. HEX triplet: C2, 69 and BD. RGB value is (194,105,189). Sum of RGB (Red+Green+Blue) = 194+105+189=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C269BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269BD is #3D9642. Grayscale: #8C8C8C. Windows color (decimal): -4036163 or 12413378. OLE color: 12413378.

HSL color Cylindrical-coordinate representation of color #C269BD: hue angle of 303.37º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C269BD is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB194105189-
CMYK00.460.030.24
HSL303.37º42.18%58.63%-
HSV(B)303.37º45.88%76.08%-
XYZ36.4925.2551.09-
YUV141.19154.99165.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 105 (41.41% from 255) = 21.52%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=39.75%
G=21.52%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410518900.460.030.24303.3742.1858.63
HexC269BD02E31812f2a3b
Octal3021512750563304575273
Binary1100001011010011011110101011101111000100101111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269BD; }

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

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

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

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

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

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

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

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