#C268B1

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

Shades of Fuchsia #C268B1

Tints of Fuchsia #C268B1

Color information

#C268B1 (or 0xC268B1) is unknown color: approx Fuchsia. HEX triplet: C2, 68 and B1. RGB value is (194,104,177). Sum of RGB (Red+Green+Blue) = 194+104+177=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C268B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C268B1 is #3D974E. Grayscale: #8B8B8B. Windows color (decimal): -4036431 or 11626690. OLE color: 11626690.

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

Color convert

RGB194104177-
CMYK00.460.090.24
HSL311.33º42.45%58.43%-
HSV(B)311.33º46.39%76.08%-
XYZ35.1324.5444.48-
YUV139.23149.32167.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 104 (41.02% from 255) = 21.89%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=40.84%
G=21.89%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410417700.460.090.24311.3342.4558.43
HexC268B102E9181372a3a
Octal30215026105611304675272
Binary110000101101000101100010101110100111000100110111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C268B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C268B1; }

 p { color: rgb(194,104,177); }

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

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

 a { background-color: rgb(194,104,177); }

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

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

 span { border-color: rgb(194,104,177); }

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