#C28DB6

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

Shades of Lily #C28DB6

Tints of Lily #C28DB6

Color information

#C28DB6 (or 0xC28DB6) is unknown color: approx Lily. HEX triplet: C2, 8D and B6. RGB value is (194,141,182). Sum of RGB (Red+Green+Blue) = 194+141+182=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DB6 is #3D7249. Grayscale: #A1A1A1. Windows color (decimal): -4026954 or 11963842. OLE color: 11963842.

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

Color convert

RGB194141182-
CMYK00.270.060.24
HSL313.58º30.29%65.69%-
HSV(B)313.58º27.32%76.08%-
XYZ40.2233.948.68-
YUV161.52139.56151.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 182 (71.48% from 255) = 35.20%
R=37.52%
G=27.27%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414118200.270.060.24313.5830.2965.69
HexC28DB601B61813a1e42
Octal30221526603363047236102
Binary11000010100011011011011001101111011000100111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DB6; }

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

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

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

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

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

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

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

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