#C36BBB

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

Shades of Fuchsia #C36BBB

Tints of Fuchsia #C36BBB

Color information

#C36BBB (or 0xC36BBB) is unknown color: approx Fuchsia. HEX triplet: C3, 6B and BB. RGB value is (195,107,187). Sum of RGB (Red+Green+Blue) = 195+107+187=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C36BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BBB is #3C9444. Grayscale: #8E8E8E. Windows color (decimal): -3970117 or 12282819. OLE color: 12282819.

HSL color Cylindrical-coordinate representation of color #C36BBB: hue angle of 305.45º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36BBB is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195107187-
CMYK00.450.040.24
HSL305.45º42.31%59.22%-
HSV(B)305.45º45.13%76.47%-
XYZ36.7325.7150.04-
YUV142.43153.15165.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 107 (42.19% from 255) = 21.88%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=39.88%
G=21.88%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510718700.450.040.24305.4542.3159.22
HexC36BBB02D4181312a3b
Octal3031532730554304615273
Binary11000011110101110111011010110110011000100110001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36BBB; }

 p { color: rgb(195,107,187); }

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

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

 a { background-color: rgb(195,107,187); }

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

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

 span { border-color: rgb(195,107,187); }

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