#C36DCA

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

Shades of Fuchsia #C36DCA

Tints of Fuchsia #C36DCA

Color information

#C36DCA (or 0xC36DCA) is unknown color: approx Fuchsia. HEX triplet: C3, 6D and CA. RGB value is (195,109,202). Sum of RGB (Red+Green+Blue) = 195+109+202=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #C36DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DCA is #3C9235. Grayscale: #919191. Windows color (decimal): -3969590 or 13266371. OLE color: 13266371.

HSL color Cylindrical-coordinate representation of color #C36DCA: hue angle of 295.48º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36DCA is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195109202-
CMYK0.030.4600.21
HSL295.48º46.73%60.98%-
HSV(B)295.48º46.04%79.22%-
XYZ38.6326.859.01-
YUV145.32159.99163.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 109 (42.97% from 255) = 21.54%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=38.54%
G=21.54%
B=39.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951092020.030.4600.21295.4846.7360.98
HexC36DCA32E0151272f3d
Octal3031553123560254475775
Binary1100001111011011100101011101110010101100100111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36DCA; }

 p { color: rgb(195,109,202); }

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

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

 a { background-color: rgb(195,109,202); }

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

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

 span { border-color: rgb(195,109,202); }

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