#C295BD

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

Shades of Lilac #C295BD

Tints of Lilac #C295BD

Color information

#C295BD (or 0xC295BD) is unknown color: approx Lilac. HEX triplet: C2, 95 and BD. RGB value is (194,149,189). Sum of RGB (Red+Green+Blue) = 194+149+189=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C295BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295BD is #3D6A42. Grayscale: #A6A6A6. Windows color (decimal): -4024899 or 12424642. OLE color: 12424642.

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

Color convert

RGB194149189-
CMYK00.230.030.24
HSL306.67º26.95%67.25%-
HSV(B)306.67º23.2%76.08%-
XYZ42.1836.6452.99-
YUV167.02140.41147.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 189 (74.22% from 255) = 35.53%
R=36.47%
G=28.01%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414918900.230.030.24306.6726.9567.25
HexC295BD0173181331b43
Octal30222527502733046333103
Binary1100001010010101101111010101111111000100110011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C295BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C295BD; }

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

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

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

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

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

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

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

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