#C65DCA

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

Shades of Fuchsia #C65DCA

Tints of Fuchsia #C65DCA

Color information

#C65DCA (or 0xC65DCA) is unknown color: approx Fuchsia. HEX triplet: C6, 5D and CA. RGB value is (198,93,202). Sum of RGB (Red+Green+Blue) = 198+93+202=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #C65DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DCA is #39A235. Grayscale: #888888. Windows color (decimal): -3777078 or 13262278. OLE color: 13262278.

HSL color Cylindrical-coordinate representation of color #C65DCA: hue angle of 297.8º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65DCA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19893202-
CMYK0.020.5400.21
HSL297.8º50.7%57.84%-
HSV(B)297.8º53.96%79.22%-
XYZ37.8624.158.53-
YUV136.82164.79171.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.16%
GREEN value IS 93 (36.72% from 255) = 18.86%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=40.16%
G=18.86%
B=40.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198932020.020.5400.21297.850.757.84
HexC65DCA23601512a333a
Octal3061353122660254526372
Binary1100011010111011100101010110110010101100101010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65DCA; }

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

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

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

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

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

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

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

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