#C28DB3

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

Shades of Lily #C28DB3

Tints of Lily #C28DB3

Color information

#C28DB3 (or 0xC28DB3) is unknown color: approx Lily. HEX triplet: C2, 8D and B3. RGB value is (194,141,179). Sum of RGB (Red+Green+Blue) = 194+141+179=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DB3 is #3D724C. Grayscale: #A1A1A1. Windows color (decimal): -4026957 or 11767234. OLE color: 11767234.

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

Color convert

RGB194141179-
CMYK00.270.080.24
HSL316.98º30.29%65.69%-
HSV(B)316.98º27.32%76.08%-
XYZ39.9133.7747.06-
YUV161.18138.06151.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.74%
GREEN value IS 141 (55.47% from 255) = 27.43%
BLUE value IS 179 (70.31% from 255) = 34.82%
R=37.74%
G=27.43%
B=34.82%

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
Decimal19414117900.270.080.24316.9830.2965.69
HexC28DB301B81813d1e42
Octal302215263033103047536102
Binary110000101000110110110011011011100011000100111101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DB3; }

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

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

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

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

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

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

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

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