#C390BD

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

Shades of Lilac #C390BD

Tints of Lilac #C390BD

Color information

#C390BD (or 0xC390BD) is unknown color: approx Lilac. HEX triplet: C3, 90 and BD. RGB value is (195,144,189). Sum of RGB (Red+Green+Blue) = 195+144+189=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C390BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390BD is #3C6F42. Grayscale: #A4A4A4. Windows color (decimal): -3960643 or 12423363. OLE color: 12423363.

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

Color convert

RGB195144189-
CMYK00.260.030.24
HSL307.06º29.82%66.47%-
HSV(B)307.06º26.15%76.47%-
XYZ41.6635.2252.75-
YUV164.38141.9149.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 144 (56.64% from 255) = 27.27%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=36.93%
G=27.27%
B=35.80%

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
Decimal19514418900.260.030.24307.0629.8266.47
HexC390BD01A3181331e42
Octal30322027503233046336102
Binary1100001110010000101111010110101111000100110011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390BD; }

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

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

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

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

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

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

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

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