#C36EBD

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

Shades of Fuchsia #C36EBD

Tints of Fuchsia #C36EBD

Color information

#C36EBD (or 0xC36EBD) is unknown color: approx Fuchsia. HEX triplet: C3, 6E and BD. RGB value is (195,110,189). Sum of RGB (Red+Green+Blue) = 195+110+189=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C36EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36EBD is #3C9142. Grayscale: #909090. Windows color (decimal): -3969347 or 12414659. OLE color: 12414659.

HSL color Cylindrical-coordinate representation of color #C36EBD: hue angle of 304.24º 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 #C36EBD is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195110189-
CMYK00.440.030.24
HSL304.24º41.46%59.8%-
HSV(B)304.24º43.59%76.47%-
XYZ37.2726.4351.28-
YUV144.42153.16164.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 110 (43.36% from 255) = 22.27%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=39.47%
G=22.27%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511018900.440.030.24304.2441.4659.8
HexC36EBD02C318130293c
Octal3031562750543304605174
Binary1100001111011101011110101011001111000100110000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36EBD; }

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

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

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

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

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

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

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

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