#C389B3

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

Shades of Lily #C389B3

Tints of Lily #C389B3

Color information

#C389B3 (or 0xC389B3) is unknown color: approx Lily. HEX triplet: C3, 89 and B3. RGB value is (195,137,179). Sum of RGB (Red+Green+Blue) = 195+137+179=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C389B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C389B3 is #3C764C. Grayscale: #9F9F9F. Windows color (decimal): -3962445 or 11766211. OLE color: 11766211.

HSL color Cylindrical-coordinate representation of color #C389B3: hue angle of 316.55º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C389B3 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB195137179-
CMYK00.300.080.24
HSL316.55º32.58%65.1%-
HSV(B)316.55º29.74%76.47%-
XYZ39.5932.7546.88-
YUV159.13139.22153.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 137 (53.91% from 255) = 26.81%
BLUE value IS 179 (70.31% from 255) = 35.03%
R=38.16%
G=26.81%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513717900.300.080.24316.5532.5865.1
HexC389B301E81813d2141
Octal303211263036103047541101
Binary1100001110001001101100110111101000110001001111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C389B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C389B3; }

 p { color: rgb(195,137,179); }

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

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

 a { background-color: rgb(195,137,179); }

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

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

 span { border-color: rgb(195,137,179); }

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