#C28DB4

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

Shades of Lily #C28DB4

Tints of Lily #C28DB4

Color information

#C28DB4 (or 0xC28DB4) is unknown color: approx Lily. HEX triplet: C2, 8D and B4. RGB value is (194,141,180). Sum of RGB (Red+Green+Blue) = 194+141+180=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DB4 is #3D724B. Grayscale: #A1A1A1. Windows color (decimal): -4026956 or 11832770. OLE color: 11832770.

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

Color convert

RGB194141180-
CMYK00.270.070.24
HSL315.85º30.29%65.69%-
HSV(B)315.85º27.32%76.08%-
XYZ40.0133.8147.6-
YUV161.29138.56151.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.67%
GREEN value IS 141 (55.47% from 255) = 27.38%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=37.67%
G=27.38%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414118000.270.070.24315.8530.2965.69
HexC28DB401B71813c1e42
Octal30221526403373047436102
Binary11000010100011011011010001101111111000100111100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DB4; }

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

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

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

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

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

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

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

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