#c65da9

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

Shades of Fuchsia #C65DA9

Tints of Fuchsia #C65DA9

Color information

#C65DA9 (or 0xC65DA9) is unknown color: approx Fuchsia. HEX triplet: C6, 5D and A9. RGB value is (198,93,169). Sum of RGB (Red+Green+Blue) = 198+93+169=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C65DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65DA9 is #39A256. Grayscale: #848484. Windows color (decimal): -3777111 or 11099590. OLE color: 11099590.

HSL color Cylindrical-coordinate representation of color #C65DA9: hue angle of 316.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65DA9 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB19893169-
CMYK00.530.150.22
HSL316.57º47.95%57.06%-
HSV(B)316.57º53.03%77.65%-
XYZ34.3622.740.11-
YUV133.06148.29174.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.04%
GREEN value IS 93 (36.72% from 255) = 20.22%
BLUE value IS 169 (66.41% from 255) = 36.74%
R=43.04%
G=20.22%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989316900.530.150.22316.5747.9557.06
HexC65DA9035F1613d3039
Octal30613525106517264756071
Binary110001101011101101010010110101111110110100111101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c65da9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c65da9; }

 p { color: rgb(198,93,169); }

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

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

 a { background-color: rgb(198,93,169); }

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

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

 span { border-color: rgb(198,93,169); }

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