#C36CC5

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

Shades of Fuchsia #C36CC5

Tints of Fuchsia #C36CC5

Color information

#C36CC5 (or 0xC36CC5) is unknown color: approx Fuchsia. HEX triplet: C3, 6C and C5. RGB value is (195,108,197). Sum of RGB (Red+Green+Blue) = 195+108+197=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 197 - color contains mainly: blue. Hex color #C36CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CC5 is #3C933A. Grayscale: #8F8F8F. Windows color (decimal): -3969851 or 12938435. OLE color: 12938435.

HSL color Cylindrical-coordinate representation of color #C36CC5: hue angle of 298.65º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36CC5 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB195108197-
CMYK0.010.4500.23
HSL298.65º43.41%59.8%-
HSV(B)298.65º45.18%77.25%-
XYZ37.9526.3655.91-
YUV144.16157.82164.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 108 (42.58% from 255) = 21.6%
BLUE value IS 197 (77.34% from 255) = 39.4%
R=39%
G=21.6%
B=39.4%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951081970.010.4500.23298.6543.4159.8
HexC36CC512D01712b2b3c
Octal3031543051550274535374
Binary110000111101100110001011101101010111100101011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36CC5; }

 p { color: rgb(195,108,197); }

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

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

 a { background-color: rgb(195,108,197); }

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

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

 span { border-color: rgb(195,108,197); }

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