#C65DAC

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

Shades of Fuchsia #C65DAC

Tints of Fuchsia #C65DAC

Color information

#C65DAC (or 0xC65DAC) is unknown color: approx Fuchsia. HEX triplet: C6, 5D and AC. RGB value is (198,93,172). Sum of RGB (Red+Green+Blue) = 198+93+172=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C65DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65DAC is #39A253. Grayscale: #858585. Windows color (decimal): -3777108 or 11296198. OLE color: 11296198.

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

Color convert

RGB19893172-
CMYK00.530.130.22
HSL314.86º47.95%57.06%-
HSV(B)314.86º53.03%77.65%-
XYZ34.6522.8141.61-
YUV133.4149.79174.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.76%
GREEN value IS 93 (36.72% from 255) = 20.09%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=42.76%
G=20.09%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989317200.530.130.22314.8647.9557.06
HexC65DAC035D1613b3039
Octal30613525406515264736071
Binary110001101011101101011000110101110110110100111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65DAC; }

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

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

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

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

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

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

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

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