#C28FB6

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

Shades of Lily #C28FB6

Tints of Lily #C28FB6

Color information

#C28FB6 (or 0xC28FB6) is unknown color: approx Lily. HEX triplet: C2, 8F and B6. RGB value is (194,143,182). Sum of RGB (Red+Green+Blue) = 194+143+182=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FB6 is #3D7049. Grayscale: #A2A2A2. Windows color (decimal): -4026442 or 11964354. OLE color: 11964354.

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

Color convert

RGB194143182-
CMYK00.260.060.24
HSL314.12º29.48%66.08%-
HSV(B)314.12º26.29%76.08%-
XYZ40.5134.4948.78-
YUV162.7138.9150.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 143 (56.25% from 255) = 27.55%
BLUE value IS 182 (71.48% from 255) = 35.07%
R=37.38%
G=27.55%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414318200.260.060.24314.1229.4866.08
HexC28FB601A61813a1d42
Octal30221726603263047235102
Binary11000010100011111011011001101011011000100111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FB6; }

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

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

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

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

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

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

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

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