#C293B1

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

Shades of Lily #C293B1

Tints of Lily #C293B1

Color information

#C293B1 (or 0xC293B1) is unknown color: approx Lily. HEX triplet: C2, 93 and B1. RGB value is (194,147,177). Sum of RGB (Red+Green+Blue) = 194+147+177=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C293B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C293B1 is #3D6C4E. Grayscale: #A4A4A4. Windows color (decimal): -4025423 or 11637698. OLE color: 11637698.

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

Color convert

RGB194147177-
CMYK00.240.090.24
HSL321.7º27.81%66.86%-
HSV(B)321.7º24.23%76.08%-
XYZ40.6235.5146.31-
YUV164.47135.07149.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 177 (69.53% from 255) = 34.17%
R=37.45%
G=28.38%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414717700.240.090.24321.727.8166.86
HexC293B10189181421c43
Octal302223261030113050234103
Binary110000101001001110110001011000100111000101000010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293B1; }

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

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

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

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

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

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

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

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