#C1A8BD

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

Shades of Lilac #C1A8BD

Tints of Lilac #C1A8BD

Color information

#C1A8BD (or 0xC1A8BD) is unknown color: approx Lilac. HEX triplet: C1, A8 and BD. RGB value is (193,168,189). Sum of RGB (Red+Green+Blue) = 193+168+189=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A8BD is #3E5742. Grayscale: #B1B1B1. Windows color (decimal): -4085571 or 12429505. OLE color: 12429505.

HSL color Cylindrical-coordinate representation of color #C1A8BD: hue angle of 309.6º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1A8BD is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193168189-
CMYK00.130.020.24
HSL309.6º16.78%70.78%-
HSV(B)309.6º12.95%75.69%-
XYZ45.1843.0254.07-
YUV177.87134.28138.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.09%
GREEN value IS 168 (66.02% from 255) = 30.55%
BLUE value IS 189 (74.22% from 255) = 34.36%
R=35.09%
G=30.55%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316818900.130.020.24309.616.7870.78
HexC1A8BD0D2181361147
Octal30125027501523046621107
Binary110000011010100010111101011011011000100110110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A8BD; }

 p { color: rgb(193,168,189); }

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

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

 a { background-color: rgb(193,168,189); }

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

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

 span { border-color: rgb(193,168,189); }

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