#C390BB

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

Shades of Lilac #C390BB

Tints of Lilac #C390BB

Color information

#C390BB (or 0xC390BB) is unknown color: approx Lilac. HEX triplet: C3, 90 and BB. RGB value is (195,144,187). Sum of RGB (Red+Green+Blue) = 195+144+187=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C390BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390BB is #3C6F44. Grayscale: #A4A4A4. Windows color (decimal): -3960645 or 12292291. OLE color: 12292291.

HSL color Cylindrical-coordinate representation of color #C390BB: hue angle of 309.41º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C390BB is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195144187-
CMYK00.260.040.24
HSL309.41º29.82%66.47%-
HSV(B)309.41º26.15%76.47%-
XYZ41.4535.1451.61-
YUV164.15140.9150-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=37.07%
G=27.38%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514418700.260.040.24309.4129.8266.47
HexC390BB01A4181351e42
Octal30322027303243046536102
Binary11000011100100001011101101101010011000100110101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390BB; }

 p { color: rgb(195,144,187); }

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

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

 a { background-color: rgb(195,144,187); }

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

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

 span { border-color: rgb(195,144,187); }

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