#C28BB4

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

Shades of Lily #C28BB4

Tints of Lily #C28BB4

Color information

#C28BB4 (or 0xC28BB4) is unknown color: approx Lily. HEX triplet: C2, 8B and B4. RGB value is (194,139,180). Sum of RGB (Red+Green+Blue) = 194+139+180=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BB4 is #3D744B. Grayscale: #A0A0A0. Windows color (decimal): -4027468 or 11832258. OLE color: 11832258.

HSL color Cylindrical-coordinate representation of color #C28BB4: hue angle of 315.27º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28BB4 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB194139180-
CMYK00.280.070.24
HSL315.27º31.07%65.29%-
HSV(B)315.27º28.35%76.08%-
XYZ39.7233.2347.5-
YUV160.12139.22152.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 139 (54.69% from 255) = 27.10%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=37.82%
G=27.10%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413918000.280.070.24315.2731.0765.29
HexC28BB401C71813b1f41
Octal30221326403473047337101
Binary11000010100010111011010001110011111000100111011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BB4; }

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

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

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

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

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

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

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

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