#C28BC6

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

Shades of Lilac #C28BC6

Tints of Lilac #C28BC6

Color information

#C28BC6 (or 0xC28BC6) is unknown color: approx Lilac. HEX triplet: C2, 8B and C6. RGB value is (194,139,198). Sum of RGB (Red+Green+Blue) = 194+139+198=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #C28BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BC6 is #3D7439. Grayscale: #A1A1A1. Windows color (decimal): -4027450 or 13011906. OLE color: 13011906.

HSL color Cylindrical-coordinate representation of color #C28BC6: hue angle of 295.93º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C28BC6 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB194139198-
CMYK0.020.3000.22
HSL295.93º34.1%66.08%-
HSV(B)295.93º29.8%77.65%-
XYZ41.6734.0157.79-
YUV162.17148.22150.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.53%
GREEN value IS 139 (54.69% from 255) = 26.18%
BLUE value IS 198 (77.73% from 255) = 37.29%
R=36.53%
G=26.18%
B=37.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941391980.020.3000.22295.9334.166.08
HexC28BC621E0161282242
Octal30221330623602645042102
Binary11000010100010111100011010111100101101001010001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BC6; }

 p { color: rgb(194,139,198); }

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

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

 a { background-color: rgb(194,139,198); }

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

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

 span { border-color: rgb(194,139,198); }

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