#C28EBD

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

Shades of Lilac #C28EBD

Tints of Lilac #C28EBD

Color information

#C28EBD (or 0xC28EBD) is unknown color: approx Lilac. HEX triplet: C2, 8E and BD. RGB value is (194,142,189). Sum of RGB (Red+Green+Blue) = 194+142+189=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EBD is #3D7142. Grayscale: #A2A2A2. Windows color (decimal): -4026691 or 12422850. OLE color: 12422850.

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

Color convert

RGB194142189-
CMYK00.270.030.24
HSL305.77º29.89%65.88%-
HSV(B)305.77º26.8%76.08%-
XYZ41.1134.4952.63-
YUV162.91142.73150.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 142 (55.86% from 255) = 27.05%
BLUE value IS 189 (74.22% from 255) = 36%
R=36.95%
G=27.05%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414218900.270.030.24305.7729.8965.88
HexC28EBD01B3181321e42
Octal30221627503333046236102
Binary1100001010001110101111010110111111000100110010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EBD; }

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

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

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

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

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

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

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

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