#C390BE

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

Shades of Lilac #C390BE

Tints of Lilac #C390BE

Color information

#C390BE (or 0xC390BE) is unknown color: approx Lilac. HEX triplet: C3, 90 and BE. RGB value is (195,144,190). Sum of RGB (Red+Green+Blue) = 195+144+190=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C390BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390BE is #3C6F41. Grayscale: #A4A4A4. Windows color (decimal): -3960642 or 12488899. OLE color: 12488899.

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

Color convert

RGB195144190-
CMYK00.260.030.24
HSL305.88º29.82%66.47%-
HSV(B)305.88º26.15%76.47%-
XYZ41.7735.2753.32-
YUV164.49142.4149.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=36.86%
G=27.22%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514419000.260.030.24305.8829.8266.47
HexC390BE01A3181321e42
Octal30322027603233046236102
Binary1100001110010000101111100110101111000100110010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390BE; }

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

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

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

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

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

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

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

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