#C36EB4

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

Shades of Fuchsia #C36EB4

Tints of Fuchsia #C36EB4

Color information

#C36EB4 (or 0xC36EB4) is unknown color: approx Fuchsia. HEX triplet: C3, 6E and B4. RGB value is (195,110,180). Sum of RGB (Red+Green+Blue) = 195+110+180=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C36EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36EB4 is #3C914B. Grayscale: #8F8F8F. Windows color (decimal): -3969356 or 11824835. OLE color: 11824835.

HSL color Cylindrical-coordinate representation of color #C36EB4: hue angle of 310.59º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C36EB4 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB195110180-
CMYK00.440.080.24
HSL310.59º41.46%59.8%-
HSV(B)310.59º43.59%76.47%-
XYZ36.3226.0546.29-
YUV143.4148.66164.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 110 (43.36% from 255) = 22.68%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=40.21%
G=22.68%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511018000.440.080.24310.5941.4659.8
HexC36EB402C818137293c
Octal30315626405410304675174
Binary110000111101110101101000101100100011000100110111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36EB4; }

 p { color: rgb(195,110,180); }

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

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

 a { background-color: rgb(195,110,180); }

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

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

 span { border-color: rgb(195,110,180); }

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