#C28EB4

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

Shades of Lily #C28EB4

Tints of Lily #C28EB4

Color information

#C28EB4 (or 0xC28EB4) is unknown color: approx Lily. HEX triplet: C2, 8E and B4. RGB value is (194,142,180). Sum of RGB (Red+Green+Blue) = 194+142+180=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EB4 is #3D714B. Grayscale: #A1A1A1. Windows color (decimal): -4026700 or 11833026. OLE color: 11833026.

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

Color convert

RGB194142180-
CMYK00.270.070.24
HSL316.15º29.89%65.88%-
HSV(B)316.15º26.8%76.08%-
XYZ40.1634.1147.65-
YUV161.88138.23150.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 180 (70.70% from 255) = 34.88%
R=37.60%
G=27.52%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414218000.270.070.24316.1529.8965.88
HexC28EB401B71813c1e42
Octal30221626403373047436102
Binary11000010100011101011010001101111111000100111100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EB4; }

 p { color: rgb(194,142,180); }

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

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

 a { background-color: rgb(194,142,180); }

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

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

 span { border-color: rgb(194,142,180); }

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