#C28ACC

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

Shades of Lilac #C28ACC

Tints of Lilac #C28ACC

Color information

#C28ACC (or 0xC28ACC) is unknown color: approx Lilac. HEX triplet: C2, 8A and CC. RGB value is (194,138,204). Sum of RGB (Red+Green+Blue) = 194+138+204=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #C28ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ACC is #3D7533. Grayscale: #A2A2A2. Windows color (decimal): -4027700 or 13404866. OLE color: 13404866.

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

Color convert

RGB194138204-
CMYK0.050.3200.2
HSL290.91º39.29%67.06%-
HSV(B)290.91º32.35%80%-
XYZ42.2434.0161.46-
YUV162.27151.55150.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 138 (54.30% from 255) = 25.75%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=36.19%
G=25.75%
B=38.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941382040.050.3200.2290.9139.2967.06
HexC28ACC5200141232743
Octal30221231454002444347103
Binary1100001010001010110011001011000000101001001000111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28ACC; }

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

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

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

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

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

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

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

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