#C294B5

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

Shades of Lily #C294B5

Tints of Lily #C294B5

Color information

#C294B5 (or 0xC294B5) is unknown color: approx Lily. HEX triplet: C2, 94 and B5. RGB value is (194,148,181). Sum of RGB (Red+Green+Blue) = 194+148+181=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C294B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294B5 is #3D6B4A. Grayscale: #A5A5A5. Windows color (decimal): -4025163 or 11900098. OLE color: 11900098.

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

Color convert

RGB194148181-
CMYK00.240.070.24
HSL316.96º27.38%67.06%-
HSV(B)316.96º23.71%76.08%-
XYZ41.1835.9948.49-
YUV165.52136.74148.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 181 (71.09% from 255) = 34.61%
R=37.09%
G=28.30%
B=34.61%

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
Decimal19414818100.240.070.24316.9627.3867.06
HexC294B501871813d1b43
Octal30222426503073047533103
Binary11000010100101001011010101100011111000100111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C294B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C294B5; }

 p { color: rgb(194,148,181); }

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

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

 a { background-color: rgb(194,148,181); }

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

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

 span { border-color: rgb(194,148,181); }

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