#C28DCC

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

Shades of Lilac #C28DCC

Tints of Lilac #C28DCC

Color information

#C28DCC (or 0xC28DCC) is unknown color: approx Lilac. HEX triplet: C2, 8D and CC. RGB value is (194,141,204). Sum of RGB (Red+Green+Blue) = 194+141+204=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #C28DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DCC is #3D7233. Grayscale: #A3A3A3. Windows color (decimal): -4026932 or 13405634. OLE color: 13405634.

HSL color Cylindrical-coordinate representation of color #C28DCC: hue angle of 290.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28DCC is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194141204-
CMYK0.050.3100.2
HSL290.48º38.18%67.65%-
HSV(B)290.48º30.88%80%-
XYZ42.6734.8861.61-
YUV164.03150.56149.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=35.99%
G=26.16%
B=37.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941412040.050.3100.2290.4838.1867.65
HexC28DCC51F0141222644
Octal30221531453702444246104
Binary110000101000110111001100101111110101001001000101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DCC; }

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

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

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

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

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

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

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

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