#C293BF

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

Shades of Lilac #C293BF

Tints of Lilac #C293BF

Color information

#C293BF (or 0xC293BF) is unknown color: approx Lilac. HEX triplet: C2, 93 and BF. RGB value is (194,147,191). Sum of RGB (Red+Green+Blue) = 194+147+191=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C293BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293BF is #3D6C40. Grayscale: #A5A5A5. Windows color (decimal): -4025409 or 12555202. OLE color: 12555202.

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

Color convert

RGB194147191-
CMYK00.240.020.24
HSL303.83º27.81%66.86%-
HSV(B)303.83º24.23%76.08%-
XYZ42.0936.154.04-
YUV166.07142.07147.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 191 (75% from 255) = 35.90%
R=36.47%
G=27.63%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414719100.240.020.24303.8327.8166.86
HexC293BF0182181301c43
Octal30222327703023046034103
Binary1100001010010011101111110110001011000100110000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293BF; }

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

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

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

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

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

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

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

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