#C268B4

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

Shades of Fuchsia #C268B4

Tints of Fuchsia #C268B4

Color information

#C268B4 (or 0xC268B4) is unknown color: approx Fuchsia. HEX triplet: C2, 68 and B4. RGB value is (194,104,180). Sum of RGB (Red+Green+Blue) = 194+104+180=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C268B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268B4 is #3D974B. Grayscale: #8B8B8B. Windows color (decimal): -4036428 or 11823298. OLE color: 11823298.

HSL color Cylindrical-coordinate representation of color #C268B4: hue angle of 309.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 #C268B4 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB194104180-
CMYK00.460.070.24
HSL309.33º42.45%58.43%-
HSV(B)309.33º46.39%76.08%-
XYZ35.4424.6746.07-
YUV139.57150.82166.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.59%
GREEN value IS 104 (41.02% from 255) = 21.76%
BLUE value IS 180 (70.70% from 255) = 37.66%
R=40.59%
G=21.76%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410418000.460.070.24309.3342.4558.43
HexC268B402E7181352a3a
Octal3021502640567304655272
Binary11000010110100010110100010111011111000100110101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C268B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C268B4; }

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

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

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

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

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

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

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

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