#C28BB5

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

Shades of Lily #C28BB5

Tints of Lily #C28BB5

Color information

#C28BB5 (or 0xC28BB5) is unknown color: approx Lily. HEX triplet: C2, 8B and B5. RGB value is (194,139,181). Sum of RGB (Red+Green+Blue) = 194+139+181=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BB5 is #3D744A. Grayscale: #A0A0A0. Windows color (decimal): -4027467 or 11897794. OLE color: 11897794.

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

Color convert

RGB194139181-
CMYK00.280.070.24
HSL314.18º31.07%65.29%-
HSV(B)314.18º28.35%76.08%-
XYZ39.8233.2748.04-
YUV160.23139.72152.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.74%
GREEN value IS 139 (54.69% from 255) = 27.04%
BLUE value IS 181 (71.09% from 255) = 35.21%
R=37.74%
G=27.04%
B=35.21%

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
Decimal19413918100.280.070.24314.1831.0765.29
HexC28BB501C71813a1f41
Octal30221326503473047237101
Binary11000010100010111011010101110011111000100111010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BB5; }

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

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

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

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

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

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

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

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