#C291BD

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

Shades of Lilac #C291BD

Tints of Lilac #C291BD

Color information

#C291BD (or 0xC291BD) is unknown color: approx Lilac. HEX triplet: C2, 91 and BD. RGB value is (194,145,189). Sum of RGB (Red+Green+Blue) = 194+145+189=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C291BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291BD is #3D6E42. Grayscale: #A4A4A4. Windows color (decimal): -4025923 or 12423618. OLE color: 12423618.

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

Color convert

RGB194145189-
CMYK00.250.030.24
HSL306.12º28.65%66.47%-
HSV(B)306.12º25.26%76.08%-
XYZ41.5635.3952.79-
YUV164.67141.73148.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 145 (57.03% from 255) = 27.46%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=36.74%
G=27.46%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414518900.250.030.24306.1228.6566.47
HexC291BD0193181321d42
Octal30222127503133046235102
Binary1100001010010001101111010110011111000100110010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C291BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C291BD; }

 p { color: rgb(194,145,189); }

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

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

 a { background-color: rgb(194,145,189); }

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

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

 span { border-color: rgb(194,145,189); }

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