#C488BF

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

Shades of Lilac #C488BF

Tints of Lilac #C488BF

Color information

#C488BF (or 0xC488BF) is unknown color: approx Lilac. HEX triplet: C4, 88 and BF. RGB value is (196,136,191). Sum of RGB (Red+Green+Blue) = 196+136+191=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C488BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488BF is #3B7740. Grayscale: #A0A0A0. Windows color (decimal): -3897153 or 12552388. OLE color: 12552388.

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

Color convert

RGB196136191-
CMYK00.310.030.23
HSL305º33.71%65.1%-
HSV(B)305º30.61%76.86%-
XYZ40.9733.1153.52-
YUV160.21145.38153.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 136 (53.52% from 255) = 26.00%
BLUE value IS 191 (75% from 255) = 36.52%
R=37.48%
G=26.00%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613619100.310.030.2330533.7165.1
HexC488BF01F3171312241
Octal30421027703732746142101
Binary11000100100010001011111101111111101111001100011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C488BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C488BF; }

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

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

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

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

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

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

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

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