#C390BC

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

Shades of Lilac #C390BC

Tints of Lilac #C390BC

Color information

#C390BC (or 0xC390BC) is unknown color: approx Lilac. HEX triplet: C3, 90 and BC. RGB value is (195,144,188). Sum of RGB (Red+Green+Blue) = 195+144+188=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C390BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390BC is #3C6F43. Grayscale: #A4A4A4. Windows color (decimal): -3960644 or 12357827. OLE color: 12357827.

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

Color convert

RGB195144188-
CMYK00.260.040.24
HSL308.24º29.82%66.47%-
HSV(B)308.24º26.15%76.47%-
XYZ41.5635.1852.18-
YUV164.26141.4149.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 144 (56.64% from 255) = 27.32%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=37.00%
G=27.32%
B=35.67%

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
Decimal19514418800.260.040.24308.2429.8266.47
HexC390BC01A4181341e42
Octal30322027403243046436102
Binary11000011100100001011110001101010011000100110100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390BC; }

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

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

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

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

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

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

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

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