#C268AD

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

Shades of Fuchsia #C268AD

Tints of Fuchsia #C268AD

Color information

#C268AD (or 0xC268AD) is unknown color: approx Fuchsia. HEX triplet: C2, 68 and AD. RGB value is (194,104,173). Sum of RGB (Red+Green+Blue) = 194+104+173=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C268AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C268AD is #3D9752. Grayscale: #8A8A8A. Windows color (decimal): -4036435 or 11364546. OLE color: 11364546.

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

Color convert

RGB194104173-
CMYK00.460.110.24
HSL314º42.45%58.43%-
HSV(B)314º46.39%76.08%-
XYZ34.7424.3942.41-
YUV138.78147.32167.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 104 (41.02% from 255) = 22.08%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=41.19%
G=22.08%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410417300.460.110.2431442.4558.43
HexC268AD02EB1813a2a3a
Octal30215025505613304725272
Binary110000101101000101011010101110101111000100111010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C268AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C268AD; }

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

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

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

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

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

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

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

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