#C36DB2

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

Shades of Fuchsia #C36DB2

Tints of Fuchsia #C36DB2

Color information

#C36DB2 (or 0xC36DB2) is unknown color: approx Fuchsia. HEX triplet: C3, 6D and B2. RGB value is (195,109,178). Sum of RGB (Red+Green+Blue) = 195+109+178=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C36DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36DB2 is #3C924D. Grayscale: #8E8E8E. Windows color (decimal): -3969614 or 11693507. OLE color: 11693507.

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

Color convert

RGB195109178-
CMYK00.440.090.24
HSL311.86º41.75%59.61%-
HSV(B)311.86º44.1%76.47%-
XYZ36.0125.7545.19-
YUV142.58147.99165.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 109 (42.97% from 255) = 22.61%
BLUE value IS 178 (69.92% from 255) = 36.93%
R=40.46%
G=22.61%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510917800.440.090.24311.8641.7559.61
HexC36DB202C9181382a3c
Octal30315526205411304705274
Binary110000111101101101100100101100100111000100111000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36DB2; }

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

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

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

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

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

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

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

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