#C28BAE

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

Shades of Lily #C28BAE

Tints of Lily #C28BAE

Color information

#C28BAE (or 0xC28BAE) is unknown color: approx Lily. HEX triplet: C2, 8B and AE. RGB value is (194,139,174). Sum of RGB (Red+Green+Blue) = 194+139+174=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28BAE is #3D7451. Grayscale: #9F9F9F. Windows color (decimal): -4027474 or 11439042. OLE color: 11439042.

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

Color convert

RGB194139174-
CMYK00.280.100.24
HSL321.82º31.07%65.29%-
HSV(B)321.82º28.35%76.08%-
XYZ39.1232.9944.35-
YUV159.44136.22152.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=38.26%
G=27.42%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413917400.280.100.24321.8231.0765.29
HexC28BAE01CA181421f41
Octal302213256034123050237101
Binary110000101000101110101110011100101011000101000010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BAE; }

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

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

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

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

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

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

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

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