#C288BF

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

Shades of Lilac #C288BF

Tints of Lilac #C288BF

Color information

#C288BF (or 0xC288BF) is unknown color: approx Lilac. HEX triplet: C2, 88 and BF. RGB value is (194,136,191). Sum of RGB (Red+Green+Blue) = 194+136+191=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C288BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288BF is #3D7740. Grayscale: #9F9F9F. Windows color (decimal): -4028225 or 12552386. OLE color: 12552386.

HSL color Cylindrical-coordinate representation of color #C288BF: hue angle of 303.1º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C288BF is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194136191-
CMYK00.300.020.24
HSL303.1º32.22%64.71%-
HSV(B)303.1º29.9%76.08%-
XYZ40.4632.8453.5-
YUV159.61145.72152.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 136 (53.52% from 255) = 26.10%
BLUE value IS 191 (75% from 255) = 36.66%
R=37.24%
G=26.10%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413619100.300.020.24303.132.2264.71
HexC288BF01E21812f2041
Octal30221027703623045740101
Binary11000010100010001011111101111010110001001011111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C288BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C288BF; }

 p { color: rgb(194,136,191); }

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

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

 a { background-color: rgb(194,136,191); }

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

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

 span { border-color: rgb(194,136,191); }

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