#C28DBC

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

Shades of Lilac #C28DBC

Tints of Lilac #C28DBC

Color information

#C28DBC (or 0xC28DBC) is unknown color: approx Lilac. HEX triplet: C2, 8D and BC. RGB value is (194,141,188). Sum of RGB (Red+Green+Blue) = 194+141+188=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DBC is #3D7243. Grayscale: #A2A2A2. Windows color (decimal): -4026948 or 12357058. OLE color: 12357058.

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

Color convert

RGB194141188-
CMYK00.270.030.24
HSL306.79º30.29%65.69%-
HSV(B)306.79º27.32%76.08%-
XYZ40.8534.1552.02-
YUV162.2142.56150.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 141 (55.47% from 255) = 26.96%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=37.09%
G=26.96%
B=35.95%

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
Decimal19414118800.270.030.24306.7930.2965.69
HexC28DBC01B3181331e42
Octal30221527403333046336102
Binary1100001010001101101111000110111111000100110011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DBC; }

 p { color: rgb(194,141,188); }

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

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

 a { background-color: rgb(194,141,188); }

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

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

 span { border-color: rgb(194,141,188); }

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