#C28EB3

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

Shades of Lily #C28EB3

Tints of Lily #C28EB3

Color information

#C28EB3 (or 0xC28EB3) is unknown color: approx Lily. HEX triplet: C2, 8E and B3. RGB value is (194,142,179). Sum of RGB (Red+Green+Blue) = 194+142+179=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EB3 is #3D714C. Grayscale: #A1A1A1. Windows color (decimal): -4026701 or 11767490. OLE color: 11767490.

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

Color convert

RGB194142179-
CMYK00.270.080.24
HSL317.31º29.89%65.88%-
HSV(B)317.31º26.8%76.08%-
XYZ40.0634.0747.11-
YUV161.77137.73150.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.67%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 179 (70.31% from 255) = 34.76%
R=37.67%
G=27.57%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414217900.270.080.24317.3129.8965.88
HexC28EB301B81813d1e42
Octal302216263033103047536102
Binary110000101000111010110011011011100011000100111101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EB3; }

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

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

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

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

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

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

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

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