#C65AB2

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

Shades of Fuchsia #C65AB2

Tints of Fuchsia #C65AB2

Color information

#C65AB2 (or 0xC65AB2) is unknown color: approx Fuchsia. HEX triplet: C6, 5A and B2. RGB value is (198,90,178). Sum of RGB (Red+Green+Blue) = 198+90+178=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C65AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65AB2 is #39A54D. Grayscale: #848484. Windows color (decimal): -3777870 or 11688646. OLE color: 11688646.

HSL color Cylindrical-coordinate representation of color #C65AB2: hue angle of 311.11º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65AB2 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB19890178-
CMYK00.550.100.22
HSL311.11º48.65%56.47%-
HSV(B)311.11º54.55%77.65%-
XYZ34.9822.5344.62-
YUV132.32153.78174.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.49%
GREEN value IS 90 (35.55% from 255) = 19.31%
BLUE value IS 178 (69.92% from 255) = 38.20%
R=42.49%
G=19.31%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989017800.550.100.22311.1148.6556.47
HexC65AB2037A161373138
Octal30613226206712264676170
Binary110001101011010101100100110111101010110100110111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65AB2; }

 p { color: rgb(198,90,178); }

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

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

 a { background-color: rgb(198,90,178); }

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

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

 span { border-color: rgb(198,90,178); }

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