#C28DCB

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

Shades of Lilac #C28DCB

Tints of Lilac #C28DCB

Color information

#C28DCB (or 0xC28DCB) is unknown color: approx Lilac. HEX triplet: C2, 8D and CB. RGB value is (194,141,203). Sum of RGB (Red+Green+Blue) = 194+141+203=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #C28DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DCB is #3D7234. Grayscale: #A3A3A3. Windows color (decimal): -4026933 or 13340098. OLE color: 13340098.

HSL color Cylindrical-coordinate representation of color #C28DCB: hue angle of 291.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28DCB is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194141203-
CMYK0.040.3100.20
HSL291.29º37.35%67.45%-
HSV(B)291.29º30.54%79.61%-
XYZ42.5534.8360.98-
YUV163.92150.06149.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=36.06%
G=26.21%
B=37.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941412030.040.3100.20291.2937.3567.45
HexC28DCB41F0141232543
Octal30221531343702444345103
Binary110000101000110111001011100111110101001001000111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DCB; }

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

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

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

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

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

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

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

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