#C387B1

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

Shades of Lily #C387B1

Tints of Lily #C387B1

Color information

#C387B1 (or 0xC387B1) is unknown color: approx Lily. HEX triplet: C3, 87 and B1. RGB value is (195,135,177). Sum of RGB (Red+Green+Blue) = 195+135+177=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C387B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C387B1 is #3C784E. Grayscale: #9D9D9D. Windows color (decimal): -3962959 or 11634627. OLE color: 11634627.

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

Color convert

RGB195135177-
CMYK00.310.090.24
HSL318º33.33%64.71%-
HSV(B)318º30.77%76.47%-
XYZ39.1132.145.73-
YUV157.73138.88154.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.46%
GREEN value IS 135 (53.12% from 255) = 26.63%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=38.46%
G=26.63%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513517700.310.090.2431833.3364.71
HexC387B101F91813e2141
Octal303207261037113047641101
Binary1100001110000111101100010111111001110001001111101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C387B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C387B1; }

 p { color: rgb(195,135,177); }

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

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

 a { background-color: rgb(195,135,177); }

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

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

 span { border-color: rgb(195,135,177); }

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