#C295BF

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

Shades of Lilac #C295BF

Tints of Lilac #C295BF

Color information

#C295BF (or 0xC295BF) is unknown color: approx Lilac. HEX triplet: C2, 95 and BF. RGB value is (194,149,191). Sum of RGB (Red+Green+Blue) = 194+149+191=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C295BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295BF is #3D6A40. Grayscale: #A7A7A7. Windows color (decimal): -4024897 or 12555714. OLE color: 12555714.

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

Color convert

RGB194149191-
CMYK00.230.020.24
HSL304º26.95%67.25%-
HSV(B)304º23.2%76.08%-
XYZ42.436.7354.14-
YUV167.24141.41147.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.33%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 191 (75% from 255) = 35.77%
R=36.33%
G=27.90%
B=35.77%

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
Decimal19414919100.230.020.2430426.9567.25
HexC295BF0172181301b43
Octal30222527702723046033103
Binary1100001010010101101111110101111011000100110000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C295BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C295BF; }

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

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

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

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

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

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

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

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