#C293AF

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

Shades of Lily #C293AF

Tints of Lily #C293AF

Color information

#C293AF (or 0xC293AF) is unknown color: approx Lily. HEX triplet: C2, 93 and AF. RGB value is (194,147,175). Sum of RGB (Red+Green+Blue) = 194+147+175=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C293AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C293AF is #3D6C50. Grayscale: #A4A4A4. Windows color (decimal): -4025425 or 11506626. OLE color: 11506626.

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

Color convert

RGB194147175-
CMYK00.240.100.24
HSL324.26º27.81%66.86%-
HSV(B)324.26º24.23%76.08%-
XYZ40.4235.4345.27-
YUV164.24134.07149.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 147 (57.81% from 255) = 28.49%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=37.60%
G=28.49%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414717500.240.100.24324.2627.8166.86
HexC293AF018A181441c43
Octal302223257030123050434103
Binary110000101001001110101111011000101011000101000100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293AF; }

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

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

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

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

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

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

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

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