#c386b4

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

Shades of Lily #C386B4

Tints of Lily #C386B4

Color information

#C386B4 (or 0xC386B4) is unknown color: approx Lily. HEX triplet: C3, 86 and B4. RGB value is (195,134,180). Sum of RGB (Red+Green+Blue) = 195+134+180=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C386B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386B4 is #3C794B. Grayscale: #9D9D9D. Windows color (decimal): -3963212 or 11830979. OLE color: 11830979.

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

Color convert

RGB195134180-
CMYK00.310.080.24
HSL314.75º33.7%64.51%-
HSV(B)314.75º31.28%76.47%-
XYZ39.2731.9547.28-
YUV157.48140.71154.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.31%
GREEN value IS 134 (52.73% from 255) = 26.33%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=38.31%
G=26.33%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513418000.310.080.24314.7533.764.51
HexC386B401F81813b2241
Octal303206264037103047342101
Binary1100001110000110101101000111111000110001001110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c386b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c386b4; }

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

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

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

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

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

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

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

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