#C28DAD

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

Shades of Lily #C28DAD

Tints of Lily #C28DAD

Color information

#C28DAD (or 0xC28DAD) is unknown color: approx Lily. HEX triplet: C2, 8D and AD. RGB value is (194,141,173). Sum of RGB (Red+Green+Blue) = 194+141+173=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28DAD is #3D7252. Grayscale: #A0A0A0. Windows color (decimal): -4026963 or 11374018. OLE color: 11374018.

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

Color convert

RGB194141173-
CMYK00.270.110.24
HSL323.77º30.29%65.69%-
HSV(B)323.77º27.32%76.08%-
XYZ39.3233.5443.94-
YUV160.5135.06151.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.19%
GREEN value IS 141 (55.47% from 255) = 27.76%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=38.19%
G=27.76%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414117300.270.110.24323.7730.2965.69
HexC28DAD01BB181441e42
Octal302215255033133050436102
Binary110000101000110110101101011011101111000101000100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DAD; }

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

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

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

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

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

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

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

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