#C28DB2

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

Shades of Lily #C28DB2

Tints of Lily #C28DB2

Color information

#C28DB2 (or 0xC28DB2) is unknown color: approx Lily. HEX triplet: C2, 8D and B2. RGB value is (194,141,178). Sum of RGB (Red+Green+Blue) = 194+141+178=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28DB2 is #3D724D. Grayscale: #A0A0A0. Windows color (decimal): -4026958 or 11701698. OLE color: 11701698.

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

Color convert

RGB194141178-
CMYK00.270.080.24
HSL318.11º30.29%65.69%-
HSV(B)318.11º27.32%76.08%-
XYZ39.8133.7346.53-
YUV161.06137.56151.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 178 (69.92% from 255) = 34.70%
R=37.82%
G=27.49%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414117800.270.080.24318.1130.2965.69
HexC28DB201B81813e1e42
Octal302215262033103047636102
Binary110000101000110110110010011011100011000100111110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DB2; }

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

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

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

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

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

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

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

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