#C28FAC

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

Shades of Lily #C28FAC

Tints of Lily #C28FAC

Color information

#C28FAC (or 0xC28FAC) is unknown color: approx Lily. HEX triplet: C2, 8F and AC. RGB value is (194,143,172). Sum of RGB (Red+Green+Blue) = 194+143+172=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28FAC is #3D7053. Grayscale: #A1A1A1. Windows color (decimal): -4026452 or 11308994. OLE color: 11308994.

HSL color Cylindrical-coordinate representation of color #C28FAC: hue angle of 325.88º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C28FAC is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194143172-
CMYK00.260.110.24
HSL325.88º29.48%66.08%-
HSV(B)325.88º26.29%76.08%-
XYZ39.5234.0943.53-
YUV161.56133.9151.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.11%
GREEN value IS 143 (56.25% from 255) = 28.09%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=38.11%
G=28.09%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414317200.260.110.24325.8829.4866.08
HexC28FAC01AB181461d42
Octal302217254032133050635102
Binary110000101000111110101100011010101111000101000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FAC; }

 p { color: rgb(194,143,172); }

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

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

 a { background-color: rgb(194,143,172); }

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

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

 span { border-color: rgb(194,143,172); }

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