#C28DB1

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

Shades of Lily #C28DB1

Tints of Lily #C28DB1

Color information

#C28DB1 (or 0xC28DB1) is unknown color: approx Lily. HEX triplet: C2, 8D and B1. RGB value is (194,141,177). Sum of RGB (Red+Green+Blue) = 194+141+177=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28DB1 is #3D724E. Grayscale: #A0A0A0. Windows color (decimal): -4026959 or 11636162. OLE color: 11636162.

HSL color Cylindrical-coordinate representation of color #C28DB1: hue angle of 319.25º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28DB1 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB194141177-
CMYK00.270.090.24
HSL319.25º30.29%65.69%-
HSV(B)319.25º27.32%76.08%-
XYZ39.7133.6946.01-
YUV160.95137.06151.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=37.89%
G=27.54%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414117700.270.090.24319.2530.2965.69
HexC28DB101B91813f1e42
Octal302215261033113047736102
Binary110000101000110110110001011011100111000100111111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DB1; }

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

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

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

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

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

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

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

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