#C293B4

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

Shades of Lily #C293B4

Tints of Lily #C293B4

Color information

#C293B4 (or 0xC293B4) is unknown color: approx Lily. HEX triplet: C2, 93 and B4. RGB value is (194,147,180). Sum of RGB (Red+Green+Blue) = 194+147+180=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C293B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293B4 is #3D6C4B. Grayscale: #A4A4A4. Windows color (decimal): -4025420 or 11834306. OLE color: 11834306.

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

Color convert

RGB194147180-
CMYK00.240.070.24
HSL317.87º27.81%66.86%-
HSV(B)317.87º24.23%76.08%-
XYZ40.9235.6347.9-
YUV164.82136.57148.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 180 (70.70% from 255) = 34.55%
R=37.24%
G=28.21%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414718000.240.070.24317.8727.8166.86
HexC293B401871813e1c43
Octal30222326403073047634103
Binary11000010100100111011010001100011111000100111110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293B4; }

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

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

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

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

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

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

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

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