#C28BB1

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

Shades of Lily #C28BB1

Tints of Lily #C28BB1

Color information

#C28BB1 (or 0xC28BB1) is unknown color: approx Lily. HEX triplet: C2, 8B and B1. RGB value is (194,139,177). Sum of RGB (Red+Green+Blue) = 194+139+177=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28BB1 is #3D744E. Grayscale: #9F9F9F. Windows color (decimal): -4027471 or 11635650. OLE color: 11635650.

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

Color convert

RGB194139177-
CMYK00.280.090.24
HSL318.55º31.07%65.29%-
HSV(B)318.55º28.35%76.08%-
XYZ39.4233.1145.91-
YUV159.78137.72152.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=38.04%
G=27.25%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413917700.280.090.24318.5531.0765.29
HexC28BB101C91813f1f41
Octal302213261034113047737101
Binary110000101000101110110001011100100111000100111111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BB1; }

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

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

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

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

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

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

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

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