#C387BF

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

Shades of Lilac #C387BF

Tints of Lilac #C387BF

Color information

#C387BF (or 0xC387BF) is unknown color: approx Lilac. HEX triplet: C3, 87 and BF. RGB value is (195,135,191). Sum of RGB (Red+Green+Blue) = 195+135+191=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C387BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C387BF is #3C7840. Grayscale: #9F9F9F. Windows color (decimal): -3962945 or 12552131. OLE color: 12552131.

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

Color convert

RGB195135191-
CMYK00.310.020.24
HSL304º33.33%64.71%-
HSV(B)304º30.77%76.47%-
XYZ40.5732.6953.46-
YUV159.32145.88153.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.43%
GREEN value IS 135 (53.12% from 255) = 25.91%
BLUE value IS 191 (75% from 255) = 36.66%
R=37.43%
G=25.91%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513519100.310.020.2430433.3364.71
HexC387BF01F2181302141
Octal30320727703723046041101
Binary11000011100001111011111101111110110001001100001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C387BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C387BF; }

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

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

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

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

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

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

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

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