#C28FB3

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

Shades of Lily #C28FB3

Tints of Lily #C28FB3

Color information

#C28FB3 (or 0xC28FB3) is unknown color: approx Lily. HEX triplet: C2, 8F and B3. RGB value is (194,143,179). Sum of RGB (Red+Green+Blue) = 194+143+179=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FB3 is #3D704C. Grayscale: #A2A2A2. Windows color (decimal): -4026445 or 11767746. OLE color: 11767746.

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

Color convert

RGB194143179-
CMYK00.260.080.24
HSL317.65º29.48%66.08%-
HSV(B)317.65º26.29%76.08%-
XYZ40.2134.3747.16-
YUV162.35137.4150.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 179 (70.31% from 255) = 34.69%
R=37.60%
G=27.71%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414317900.260.080.24317.6529.4866.08
HexC28FB301A81813e1d42
Octal302217263032103047635102
Binary110000101000111110110011011010100011000100111110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FB3; }

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

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

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

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

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

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

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

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