#C488BE

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

Shades of Lilac #C488BE

Tints of Lilac #C488BE

Color information

#C488BE (or 0xC488BE) is unknown color: approx Lilac. HEX triplet: C4, 88 and BE. RGB value is (196,136,190). Sum of RGB (Red+Green+Blue) = 196+136+190=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C488BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488BE is #3B7741. Grayscale: #9F9F9F. Windows color (decimal): -3897154 or 12486852. OLE color: 12486852.

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

Color convert

RGB196136190-
CMYK00.310.030.23
HSL306º33.71%65.1%-
HSV(B)306º30.61%76.86%-
XYZ40.8633.0652.94-
YUV160.1144.88153.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.55%
GREEN value IS 136 (53.52% from 255) = 26.05%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=37.55%
G=26.05%
B=36.40%

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
Decimal19613619000.310.030.2330633.7165.1
HexC488BE01F3171322241
Octal30421027603732746242101
Binary11000100100010001011111001111111101111001100101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C488BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C488BE; }

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

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

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

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

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

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

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

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