#C291BE

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

Shades of Lilac #C291BE

Tints of Lilac #C291BE

Color information

#C291BE (or 0xC291BE) is unknown color: approx Lilac. HEX triplet: C2, 91 and BE. RGB value is (194,145,190). Sum of RGB (Red+Green+Blue) = 194+145+190=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C291BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291BE is #3D6E41. Grayscale: #A4A4A4. Windows color (decimal): -4025922 or 12489154. OLE color: 12489154.

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

Color convert

RGB194145190-
CMYK00.250.020.24
HSL304.9º28.65%66.47%-
HSV(B)304.9º25.26%76.08%-
XYZ41.6735.4453.36-
YUV164.78142.23148.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 145 (57.03% from 255) = 27.41%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=36.67%
G=27.41%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414519000.250.020.24304.928.6566.47
HexC291BE0192181311d42
Octal30222127603123046135102
Binary1100001010010001101111100110011011000100110001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C291BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C291BE; }

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

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

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

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

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

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

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

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