#C65AB7

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

Shades of Fuchsia #C65AB7

Tints of Fuchsia #C65AB7

Color information

#C65AB7 (or 0xC65AB7) is unknown color: approx Fuchsia. HEX triplet: C6, 5A and B7. RGB value is (198,90,183). Sum of RGB (Red+Green+Blue) = 198+90+183=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C65AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65AB7 is #39A548. Grayscale: #848484. Windows color (decimal): -3777865 or 12016326. OLE color: 12016326.

HSL color Cylindrical-coordinate representation of color #C65AB7: hue angle of 308.33º 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 #C65AB7 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB19890183-
CMYK00.550.080.22
HSL308.33º48.65%56.47%-
HSV(B)308.33º54.55%77.65%-
XYZ35.4922.7447.32-
YUV132.89156.28174.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.04%
GREEN value IS 90 (35.55% from 255) = 19.11%
BLUE value IS 183 (71.88% from 255) = 38.85%
R=42.04%
G=19.11%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989018300.550.080.22308.3348.6556.47
HexC65AB70378161343138
Octal30613226706710264646170
Binary110001101011010101101110110111100010110100110100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65AB7; }

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

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

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

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

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

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

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

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