#C195BD

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

Shades of Lilac #C195BD

Tints of Lilac #C195BD

Color information

#C195BD (or 0xC195BD) is unknown color: approx Lilac. HEX triplet: C1, 95 and BD. RGB value is (193,149,189). Sum of RGB (Red+Green+Blue) = 193+149+189=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C195BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195BD is #3E6A42. Grayscale: #A6A6A6. Windows color (decimal): -4090435 or 12424641. OLE color: 12424641.

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

Color convert

RGB193149189-
CMYK00.230.020.24
HSL305.45º26.19%67.06%-
HSV(B)305.45º22.8%75.69%-
XYZ41.9336.5152.98-
YUV166.72140.58146.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.35%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=36.35%
G=28.06%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314918900.230.020.24305.4526.1967.06
HexC195BD0172181311a43
Octal30122527502723046132103
Binary1100000110010101101111010101111011000100110001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C195BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C195BD; }

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

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

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

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

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

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

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

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