#C28FB7

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

Shades of Lily #C28FB7

Tints of Lily #C28FB7

Color information

#C28FB7 (or 0xC28FB7) is unknown color: approx Lily. HEX triplet: C2, 8F and B7. RGB value is (194,143,183). Sum of RGB (Red+Green+Blue) = 194+143+183=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FB7 is #3D7048. Grayscale: #A2A2A2. Windows color (decimal): -4026441 or 12029890. OLE color: 12029890.

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

Color convert

RGB194143183-
CMYK00.260.060.24
HSL312.94º29.48%66.08%-
HSV(B)312.94º26.29%76.08%-
XYZ40.6234.5349.32-
YUV162.81139.4150.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.31%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 183 (71.88% from 255) = 35.19%
R=37.31%
G=27.5%
B=35.19%

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
Decimal19414318300.260.060.24312.9429.4866.08
HexC28FB701A6181391d42
Octal30221726703263047135102
Binary11000010100011111011011101101011011000100111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FB7; }

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

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

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

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

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

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

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

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